Html Css Color HEX #BBC206 La Rioja

📋 copy color: '#BBC206'

red 187 ◦ green 194 ◦ blue 6

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

Shades of La Rioja #BBC206

Tints of La Rioja #BBC206

RGB

 RED value IS 187 (73.44% from 255) = 48.32%

 GREEN value IS 194 (76.17% from 255) = 50.13%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 48.32%
G = 50.13%
B = 1.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BBC206 (or 0xBBC206) is known color: La Rioja. HEX triplet: BB, C2 and 06. RGB value is (187,194,6). Sum of RGB (Red+Green+Blue) = 187+194+6=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC206 is #443DF9. Grayscale: #ABABAB. Windows color (decimal): -4472314 or 443067. OLE color: 443067.

HSL color Cylindrical-coordinate representation of color #BBC206: hue angle of 62.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC206 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 6 -
CMYK 0.04 0 0.97 0.24
HSL 62.23º 0.94% 0.39% -
HSV(B) 62.23º 0.97% 0.76% -
XYZ 39.82 49.16 7.56 -
YUV 170.48 35.18 139.79 -
System Red Green Blue C M Y K H S L
Decimal 187 194 6 0.04 0 0.97 0.24 62.23 0.94 0.39
Hex BB C2 6 4 0 61 18 3E 5E 27
Octal 273 302 6 4 0 141 30 76 136 47
Binary 10111011 11000010 110 100 0 1100001 11000 111110 1011110 100111

Color Harmonies of #BBC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC206

Black with #BBC206

Text Example


Text Example

White with #BBC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC206; }

 p { color: rgb(187,194,6); }

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

background-color css

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

 a { background-color: rgb(187,194,6); }

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

border-color css

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

 span { border-color: rgb(187,194,6); }

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