Html Css Color HEX #BBD002 La Rioja

📋 copy color: '#BBD002'

red 187 ◦ green 208 ◦ blue 2

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

Shades of La Rioja #BBD002

Tints of La Rioja #BBD002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.39%

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

R = 47.1%
G = 52.39%
B = 0.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#BBD002 (or 0xBBD002) is known color: La Rioja. HEX triplet: BB, D0 and 02. RGB value is (187,208,2). Sum of RGB (Red+Green+Blue) = 187+208+2=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD002 is #442FFD. Grayscale: #B3B3B3. Windows color (decimal): -4468734 or 184507. OLE color: 184507.

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

Color convert

RGB 187 208 2 -
CMYK 0.10 0 0.99 0.18
HSL 66.12º 0.98% 0.41% -
HSV(B) 66.12º 0.99% 0.82% -
XYZ 43.06 55.68 8.54 -
YUV 178.24 28.54 134.25 -
System Red Green Blue C M Y K H S L
Decimal 187 208 2 0.10 0 0.99 0.18 66.12 0.98 0.41
Hex BB D0 2 A 0 63 12 42 62 29
Octal 273 320 2 12 0 143 22 102 142 51
Binary 10111011 11010000 10 1010 0 1100011 10010 1000010 1100010 101001

Color Harmonies of #BBD002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD002

Black with #BBD002

Text Example


Text Example

White with #BBD002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD002; }

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

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

background-color css

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

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

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

border-color css

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

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

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