Html Css Color HEX #BBD202 La Rioja

📋 copy color: '#BBD202'

red 187 ◦ green 210 ◦ blue 2

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

Shades of La Rioja #BBD202

Tints of La Rioja #BBD202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.63%

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

R = 46.87%
G = 52.63%
B = 0.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#BBD202 (or 0xBBD202) is known color: La Rioja. HEX triplet: BB, D2 and 02. RGB value is (187,210,2). Sum of RGB (Red+Green+Blue) = 187+210+2=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD202 is #442DFD. Grayscale: #B4B4B4. Windows color (decimal): -4468222 or 185019. OLE color: 185019.

HSL color Cylindrical-coordinate representation of color #BBD202: hue angle of 66.63º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBD202 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 2 -
CMYK 0.11 0 0.99 0.18
HSL 66.63º 0.98% 0.42% -
HSV(B) 66.63º 0.99% 0.82% -
XYZ 43.55 56.66 8.7 -
YUV 179.41 27.88 133.41 -
System Red Green Blue C M Y K H S L
Decimal 187 210 2 0.11 0 0.99 0.18 66.63 0.98 0.42
Hex BB D2 2 B 0 63 12 43 62 2A
Octal 273 322 2 13 0 143 22 103 142 52
Binary 10111011 11010010 10 1011 0 1100011 10010 1000011 1100010 101010

Color Harmonies of #BBD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD202

Black with #BBD202

Text Example


Text Example

White with #BBD202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD202; }

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

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

background-color css

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

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

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

border-color css

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

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

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