Html Css Color HEX #BBDC02 Inch Worm

📋 copy color: '#BBDC02'

red 187 ◦ green 220 ◦ blue 2

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

Shades of Inch Worm #BBDC02

Tints of Inch Worm #BBDC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.79%

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

R = 45.72%
G = 53.79%
B = 0.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BBDC02 (or 0xBBDC02) is known color: Inch Worm. HEX triplet: BB, DC and 02. RGB value is (187,220,2). Sum of RGB (Red+Green+Blue) = 187+220+2=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC02 is #4423FD. Grayscale: #BABABA. Windows color (decimal): -4465662 or 187579. OLE color: 187579.

HSL color Cylindrical-coordinate representation of color #BBDC02: hue angle of 69.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBDC02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 2 -
CMYK 0.15 0 0.99 0.14
HSL 69.08º 0.98% 0.44% -
HSV(B) 69.08º 0.99% 0.86% -
XYZ 46.1 61.76 9.55 -
YUV 185.28 24.57 129.23 -
System Red Green Blue C M Y K H S L
Decimal 187 220 2 0.15 0 0.99 0.14 69.08 0.98 0.44
Hex BB DC 2 F 0 63 E 45 62 2C
Octal 273 334 2 17 0 143 16 105 142 54
Binary 10111011 11011100 10 1111 0 1100011 1110 1000101 1100010 101100

Color Harmonies of #BBDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC02

Black with #BBDC02

Text Example


Text Example

White with #BBDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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