Html Css Color HEX #BDAF00 La Rioja

📋 copy color: '#BDAF00'

red 189 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #BDAF00

Tints of La Rioja #BDAF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.08%

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

R = 51.92%
G = 48.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDAF00 (or 0xBDAF00) is known color: La Rioja. HEX triplet: BD, AF and 00. RGB value is (189,175,0). Sum of RGB (Red+Green+Blue) = 189+175+0=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF00 is #4250FF. Grayscale: #9F9F9F. Windows color (decimal): -4346112 or 44989. OLE color: 44989.

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

Color convert

RGB 189 175 0 -
CMYK 0 0.07 1 0.26
HSL 55.56º 1% 0.37% -
HSV(B) 55.56º 1% 0.74% -
XYZ 36.32 41.48 6.09 -
YUV 159.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 189 175 0 0 0.07 1 0.26 55.56 1 0.37
Hex BD AF 0 0 7 64 1A 38 64 25
Octal 275 257 0 0 7 144 32 70 144 45
Binary 10111101 10101111 0 0 111 1100100 11010 111000 1100100 100101

Color Harmonies of #BDAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF00

Black with #BDAF00

Text Example


Text Example

White with #BDAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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