Html Css Color HEX #BDAE00 La Rioja

📋 copy color: '#BDAE00'

red 189 ◦ green 174 ◦ blue 0

#BDAE00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDAE00

Tints of La Rioja #BDAE00

RGB

 RED value IS 189 (74.22% from 255) = 52.07%

 GREEN value IS 174 (68.36% from 255) = 47.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.07%
G = 47.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDAE00 (or 0xBDAE00) is known color: La Rioja. HEX triplet: BD, AE and 00. RGB value is (189,174,0). Sum of RGB (Red+Green+Blue) = 189+174+0=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE00 is #4251FF. Grayscale: #9F9F9F. Windows color (decimal): -4346368 or 44733. OLE color: 44733.

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

Color convert

RGB 189 174 0 -
CMYK 0 0.08 1 0.26
HSL 55.24º 1% 0.37% -
HSV(B) 55.24º 1% 0.74% -
XYZ 36.12 41.09 6.03 -
YUV 158.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 189 174 0 0 0.08 1 0.26 55.24 1 0.37
Hex BD AE 0 0 8 64 1A 37 64 25
Octal 275 256 0 0 10 144 32 67 144 45
Binary 10111101 10101110 0 0 1000 1100100 11010 110111 1100100 100101

Color Harmonies of #BDAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE00

Black with #BDAE00

Text Example


Text Example

White with #BDAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE00; }

 p { color: rgb(189,174,0); }

 H1.HeaderClassName
 {
   color: #BDAE00;
 }
 .AnyTagClassName
 {
   color: #BDAE00;
 }
</style>

background-color css

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

 a { background-color: rgb(189,174,0); }

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

border-color css

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

 span { border-color: rgb(189,174,0); }

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