Html Css Color HEX #BBC200 La Rioja

📋 copy color: '#BBC200'

red 187 ◦ green 194 ◦ blue 0

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

Shades of La Rioja #BBC200

Tints of La Rioja #BBC200

RGB

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

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

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

R = 49.08%
G = 50.92%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#BBC200 (or 0xBBC200) is known color: La Rioja. HEX triplet: BB, C2 and 00. RGB value is (187,194,0). Sum of RGB (Red+Green+Blue) = 187+194+0=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC200 is #443DFF. Grayscale: #AAAAAA. Windows color (decimal): -4472320 or 49851. OLE color: 49851.

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

Color convert

RGB 187 194 0 -
CMYK 0.04 0 1 0.24
HSL 62.16º 1% 0.38% -
HSV(B) 62.16º 1% 0.76% -
XYZ 39.79 49.15 7.39 -
YUV 169.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 187 194 0 0.04 0 1 0.24 62.16 1 0.38
Hex BB C2 0 4 0 64 18 3E 64 26
Octal 273 302 0 4 0 144 30 76 144 46
Binary 10111011 11000010 0 100 0 1100100 11000 111110 1100100 100110

Color Harmonies of #BBC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC200

Black with #BBC200

Text Example


Text Example

White with #BBC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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