Html Css Color HEX #BBDD07 Inch Worm

📋 copy color: '#BBDD07'

red 187 ◦ green 221 ◦ blue 7

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

Shades of Inch Worm #BBDD07

Tints of Inch Worm #BBDD07

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.25%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 45.06%
G = 53.25%
B = 1.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#BBDD07 (or 0xBBDD07) is known color: Inch Worm. HEX triplet: BB, DD and 07. RGB value is (187,221,7). Sum of RGB (Red+Green+Blue) = 187+221+7=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD07 is #4422F8. Grayscale: #BBBBBB. Windows color (decimal): -4465401 or 515515. OLE color: 515515.

HSL color Cylindrical-coordinate representation of color #BBDD07: hue angle of 69.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBDD07 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 7 -
CMYK 0.15 0 0.97 0.13
HSL 69.53º 0.94% 0.45% -
HSV(B) 69.53º 0.97% 0.87% -
XYZ 46.39 62.29 9.78 -
YUV 186.44 26.74 128.4 -
System Red Green Blue C M Y K H S L
Decimal 187 221 7 0.15 0 0.97 0.13 69.53 0.94 0.45
Hex BB DD 7 F 0 61 D 46 5E 2D
Octal 273 335 7 17 0 141 15 106 136 55
Binary 10111011 11011101 111 1111 0 1100001 1101 1000110 1011110 101101

Color Harmonies of #BBDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD07

Black with #BBDD07

Text Example


Text Example

White with #BBDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD07; }

 p { color: rgb(187,221,7); }

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

background-color css

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

 a { background-color: rgb(187,221,7); }

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

border-color css

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

 span { border-color: rgb(187,221,7); }

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