Html Css Color HEX #B6BB0C La Rioja

📋 copy color: '#B6BB0C'

red 182 ◦ green 187 ◦ blue 12

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

Shades of La Rioja #B6BB0C

Tints of La Rioja #B6BB0C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 47.77%
G = 49.08%
B = 3.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B6BB0C (or 0xB6BB0C) is known color: La Rioja. HEX triplet: B6, BB and 0C. RGB value is (182,187,12). Sum of RGB (Red+Green+Blue) = 182+187+12=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BB0C is #4944F3. Grayscale: #A6A6A6. Windows color (decimal): -4801780 or 834486. OLE color: 834486.

HSL color Cylindrical-coordinate representation of color #B6BB0C: hue angle of 61.71º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6BB0C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 187 12 -
CMYK 0.03 0 0.94 0.27
HSL 61.71º 0.88% 0.39% -
HSV(B) 61.71º 0.94% 0.73% -
XYZ 37.13 45.51 7.18 -
YUV 165.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 182 187 12 0.03 0 0.94 0.27 61.71 0.88 0.39
Hex B6 BB C 3 0 5E 1B 3E 58 27
Octal 266 273 14 3 0 136 33 76 130 47
Binary 10110110 10111011 1100 11 0 1011110 11011 111110 1011000 100111

Color Harmonies of #B6BB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BB0C

Black with #B6BB0C

Text Example


Text Example

White with #B6BB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BB0C; }

 p { color: rgb(182,187,12); }

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

background-color css

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

 a { background-color: rgb(182,187,12); }

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

border-color css

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

 span { border-color: rgb(182,187,12); }

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