#BEAF00

Color #BEAF00 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BEAF00

Tints of La Rioja #BEAF00

Color information

#BEAF00 (or 0xBEAF00) is unknown color: approx La Rioja. HEX triplet: BE, AF and 00. RGB value is (190,175,0). Sum of RGB (Red+Green+Blue) = 190+175+0=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF00 is #4150FF. Grayscale: #A0A0A0. Windows color (decimal): -4280576 or 44990. OLE color: 44990.

HSL color Cylindrical-coordinate representation of color #BEAF00: hue angle of 55.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEAF00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1901750-
CMYK00.0810.25
HSL55.26º100%37.25%-
HSV(B)55.26º100%74.51%-
XYZ36.5741.616.1-
YUV159.5437.97149.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.05%
G=47.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190175000.0810.2555.2610037.25
HexBEAF0086419376425
Octal2762570010144316714445
Binary10111110101011110010001100100110011101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF00; }

 p { color: rgb(190,175,0); }

 H1.HeaderClassName
 {
   color: #BEAF00;
 }
 .AnyTagClassName
 {
   color: #BEAF00;
 }
</style>
background-color css

<style>
 a { background-color: #BEAF00; }

 a { background-color: rgb(190,175,0); }

 div.DivClassName
 {
   background-color: #BEAF00;
 }
 .BgClassName
 {
   background-color: #BEAF00;
 }
</style>
border-color css

<style>
 span { border-color: #BEAF00; }

 span { border-color: rgb(190,175,0); }

 td.TdClassName
 {
   border-color: #BEAF00;
 }
 .TagClassName
 {
   border-color: #BEAF00;
 }
</style>