Html Css Color HEX #B9AF00 La Rioja

📋 copy color: '#B9AF00'

red 185 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #B9AF00

Tints of La Rioja #B9AF00

RGB

 RED value IS 185 (72.66% from 255) = 51.39%

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

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

R = 51.39%
G = 48.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B9AF00 (or 0xB9AF00) is known color: La Rioja. HEX triplet: B9, AF and 00. RGB value is (185,175,0). Sum of RGB (Red+Green+Blue) = 185+175+0=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF00 is #4650FF. Grayscale: #9E9E9E. Windows color (decimal): -4608256 or 44985. OLE color: 44985.

HSL color Cylindrical-coordinate representation of color #B9AF00: hue angle of 56.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9AF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 0 -
CMYK 0 0.05 1 0.27
HSL 56.76º 1% 0.36% -
HSV(B) 56.76º 1% 0.73% -
XYZ 35.34 40.97 6.05 -
YUV 158.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 185 175 0 0 0.05 1 0.27 56.76 1 0.36
Hex B9 AF 0 0 5 64 1B 39 64 24
Octal 271 257 0 0 5 144 33 71 144 44
Binary 10111001 10101111 0 0 101 1100100 11011 111001 1100100 100100

Color Harmonies of #B9AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF00

Black with #B9AF00

Text Example


Text Example

White with #B9AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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