Html Css Color HEX #BDA900 La Rioja

📋 copy color: '#BDA900'

red 189 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #BDA900

Tints of La Rioja #BDA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

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

R = 52.79%
G = 47.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDA900 (or 0xBDA900) is known color: La Rioja. HEX triplet: BD, A9 and 00. RGB value is (189,169,0). Sum of RGB (Red+Green+Blue) = 189+169+0=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA900 is #4256FF. Grayscale: #9C9C9C. Windows color (decimal): -4347648 or 43453. OLE color: 43453.

HSL color Cylindrical-coordinate representation of color #BDA900: hue angle of 53.65º 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 #BDA900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 0 -
CMYK 0 0.11 1 0.26
HSL 53.65º 1% 0.37% -
HSV(B) 53.65º 1% 0.74% -
XYZ 35.17 39.19 5.71 -
YUV 155.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 189 169 0 0 0.11 1 0.26 53.65 1 0.37
Hex BD A9 0 0 B 64 1A 36 64 25
Octal 275 251 0 0 13 144 32 66 144 45
Binary 10111101 10101001 0 0 1011 1100100 11010 110110 1100100 100101

Color Harmonies of #BDA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA900

Black with #BDA900

Text Example


Text Example

White with #BDA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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