Html Css Color HEX #BBC116 La Rioja

📋 copy color: '#BBC116'

red 187 ◦ green 193 ◦ blue 22

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

Shades of La Rioja #BBC116

Tints of La Rioja #BBC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 22 (8.98% from 255) = 5.47%

R = 46.52%
G = 48.01%
B = 5.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BBC116 (or 0xBBC116) is known color: La Rioja. HEX triplet: BB, C1 and 16. RGB value is (187,193,22). Sum of RGB (Red+Green+Blue) = 187+193+22=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC116 is #443EE9. Grayscale: #ACACAC. Windows color (decimal): -4472554 or 1491387. OLE color: 1491387.

HSL color Cylindrical-coordinate representation of color #BBC116: hue angle of 62.11º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC116 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 22 -
CMYK 0.03 0 0.89 0.24
HSL 62.11º 0.8% 0.42% -
HSV(B) 62.11º 0.89% 0.76% -
XYZ 39.71 48.76 8.08 -
YUV 171.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 187 193 22 0.03 0 0.89 0.24 62.11 0.8 0.42
Hex BB C1 16 3 0 59 18 3E 50 2A
Octal 273 301 26 3 0 131 30 76 120 52
Binary 10111011 11000001 10110 11 0 1011001 11000 111110 1010000 101010

Color Harmonies of #BBC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC116

Black with #BBC116

Text Example


Text Example

White with #BBC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC116; }

 p { color: rgb(187,193,22); }

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

background-color css

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

 a { background-color: rgb(187,193,22); }

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

border-color css

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

 span { border-color: rgb(187,193,22); }

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