Html Css Color HEX #BBDC0F Inch Worm

📋 copy color: '#BBDC0F'

red 187 ◦ green 220 ◦ blue 15

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

Shades of Inch Worm #BBDC0F

Tints of Inch Worm #BBDC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 44.31%
G = 52.13%
B = 3.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BBDC0F (or 0xBBDC0F) is known color: Inch Worm. HEX triplet: BB, DC and 0F. RGB value is (187,220,15). Sum of RGB (Red+Green+Blue) = 187+220+15=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC0F is #4423F0. Grayscale: #BBBBBB. Windows color (decimal): -4465649 or 1039547. OLE color: 1039547.

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

Color convert

RGB 187 220 15 -
CMYK 0.15 0 0.93 0.14
HSL 69.66º 0.87% 0.46% -
HSV(B) 69.66º 0.93% 0.86% -
XYZ 46.17 61.79 9.94 -
YUV 186.76 31.07 128.17 -
System Red Green Blue C M Y K H S L
Decimal 187 220 15 0.15 0 0.93 0.14 69.66 0.87 0.46
Hex BB DC F F 0 5D E 46 57 2E
Octal 273 334 17 17 0 135 16 106 127 56
Binary 10111011 11011100 1111 1111 0 1011101 1110 1000110 1010111 101110

Color Harmonies of #BBDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC0F

Black with #BBDC0F

Text Example


Text Example

White with #BBDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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