Html Css Color HEX #BBDC0B Inch Worm

📋 copy color: '#BBDC0B'

red 187 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #BBDC0B

Tints of Inch Worm #BBDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 44.74%
G = 52.63%
B = 2.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#BBDC0B (or 0xBBDC0B) is known color: Inch Worm. HEX triplet: BB, DC and 0B. RGB value is (187,220,11). Sum of RGB (Red+Green+Blue) = 187+220+11=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC0B is #4423F4. Grayscale: #BBBBBB. Windows color (decimal): -4465653 or 777403. OLE color: 777403.

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

Color convert

RGB 187 220 11 -
CMYK 0.15 0 0.95 0.14
HSL 69.47º 0.9% 0.45% -
HSV(B) 69.47º 0.95% 0.86% -
XYZ 46.15 61.78 9.81 -
YUV 186.31 29.07 128.49 -
System Red Green Blue C M Y K H S L
Decimal 187 220 11 0.15 0 0.95 0.14 69.47 0.9 0.45
Hex BB DC B F 0 5F E 45 5A 2D
Octal 273 334 13 17 0 137 16 105 132 55
Binary 10111011 11011100 1011 1111 0 1011111 1110 1000101 1011010 101101

Color Harmonies of #BBDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC0B

Black with #BBDC0B

Text Example


Text Example

White with #BBDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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