Html Css Color HEX #BBC002 La Rioja

📋 copy color: '#BBC002'

red 187 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #BBC002

Tints of La Rioja #BBC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 49.08%
G = 50.39%
B = 0.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BBC002 (or 0xBBC002) is known color: La Rioja. HEX triplet: BB, C0 and 02. RGB value is (187,192,2). Sum of RGB (Red+Green+Blue) = 187+192+2=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC002 is #443FFD. Grayscale: #A9A9A9. Windows color (decimal): -4472830 or 180411. OLE color: 180411.

HSL color Cylindrical-coordinate representation of color #BBC002: hue angle of 61.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC002 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 2 -
CMYK 0.03 0 0.99 0.25
HSL 61.58º 0.98% 0.38% -
HSV(B) 61.58º 0.99% 0.75% -
XYZ 39.35 48.27 7.3 -
YUV 168.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 187 192 2 0.03 0 0.99 0.25 61.58 0.98 0.38
Hex BB C0 2 3 0 63 19 3E 62 26
Octal 273 300 2 3 0 143 31 76 142 46
Binary 10111011 11000000 10 11 0 1100011 11001 111110 1100010 100110

Color Harmonies of #BBC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC002

Black with #BBC002

Text Example


Text Example

White with #BBC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC002; }

 p { color: rgb(187,192,2); }

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

background-color css

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

 a { background-color: rgb(187,192,2); }

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

border-color css

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

 span { border-color: rgb(187,192,2); }

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