Html Css Color HEX #BDAC00 La Rioja

📋 copy color: '#BDAC00'

red 189 ◦ green 172 ◦ blue 0

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

Shades of La Rioja #BDAC00

Tints of La Rioja #BDAC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

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

R = 52.35%
G = 47.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDAC00 (or 0xBDAC00) is known color: La Rioja. HEX triplet: BD, AC and 00. RGB value is (189,172,0). Sum of RGB (Red+Green+Blue) = 189+172+0=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC00 is #4253FF. Grayscale: #9E9E9E. Windows color (decimal): -4346880 or 44221. OLE color: 44221.

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

Color convert

RGB 189 172 0 -
CMYK 0 0.09 1 0.26
HSL 54.6º 1% 0.37% -
HSV(B) 54.6º 1% 0.74% -
XYZ 35.74 40.32 5.9 -
YUV 157.48 39.13 150.49 -
System Red Green Blue C M Y K H S L
Decimal 189 172 0 0 0.09 1 0.26 54.6 1 0.37
Hex BD AC 0 0 9 64 1A 37 64 25
Octal 275 254 0 0 11 144 32 67 144 45
Binary 10111101 10101100 0 0 1001 1100100 11010 110111 1100100 100101

Color Harmonies of #BDAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC00

Black with #BDAC00

Text Example


Text Example

White with #BDAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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