Html Css Color HEX #B6AF00 La Rioja

📋 copy color: '#B6AF00'

red 182 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #B6AF00

Tints of La Rioja #B6AF00

RGB

 RED value IS 182 (71.48% from 255) = 50.98%

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

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

R = 50.98%
G = 49.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B6AF00 (or 0xB6AF00) is known color: La Rioja. HEX triplet: B6, AF and 00. RGB value is (182,175,0). Sum of RGB (Red+Green+Blue) = 182+175+0=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AF00 is #4950FF. Grayscale: #9D9D9D. Windows color (decimal): -4804864 or 44982. OLE color: 44982.

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

Color convert

RGB 182 175 0 -
CMYK 0 0.04 1 0.29
HSL 57.69º 1% 0.36% -
HSV(B) 57.69º 1% 0.71% -
XYZ 34.62 40.61 6.01 -
YUV 157.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 182 175 0 0 0.04 1 0.29 57.69 1 0.36
Hex B6 AF 0 0 4 64 1D 3A 64 24
Octal 266 257 0 0 4 144 35 72 144 44
Binary 10110110 10101111 0 0 100 1100100 11101 111010 1100100 100100

Color Harmonies of #B6AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF00

Black with #B6AF00

Text Example


Text Example

White with #B6AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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