Html Css Color HEX #BBC102 La Rioja

📋 copy color: '#BBC102'

red 187 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #BBC102

Tints of La Rioja #BBC102

RGB

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

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

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

R = 48.95%
G = 50.52%
B = 0.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BBC102 (or 0xBBC102) is known color: La Rioja. HEX triplet: BB, C1 and 02. RGB value is (187,193,2). Sum of RGB (Red+Green+Blue) = 187+193+2=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC102 is #443EFD. Grayscale: #AAAAAA. Windows color (decimal): -4472574 or 180667. OLE color: 180667.

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

Color convert

RGB 187 193 2 -
CMYK 0.03 0 0.99 0.24
HSL 61.88º 0.98% 0.38% -
HSV(B) 61.88º 0.99% 0.76% -
XYZ 39.57 48.71 7.37 -
YUV 169.43 33.51 140.53 -
System Red Green Blue C M Y K H S L
Decimal 187 193 2 0.03 0 0.99 0.24 61.88 0.98 0.38
Hex BB C1 2 3 0 63 18 3E 62 26
Octal 273 301 2 3 0 143 30 76 142 46
Binary 10111011 11000001 10 11 0 1100011 11000 111110 1100010 100110

Color Harmonies of #BBC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC102

Black with #BBC102

Text Example


Text Example

White with #BBC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC102; }

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

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

background-color css

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

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

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

border-color css

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

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

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