Html Css Color HEX #BBDD0D Inch Worm

📋 copy color: '#BBDD0D'

red 187 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #BBDD0D

Tints of Inch Worm #BBDD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 44.42%
G = 52.49%
B = 3.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#BBDD0D (or 0xBBDD0D) is known color: Inch Worm. HEX triplet: BB, DD and 0D. RGB value is (187,221,13). Sum of RGB (Red+Green+Blue) = 187+221+13=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD0D is #4422F2. Grayscale: #BBBBBB. Windows color (decimal): -4465395 or 908731. OLE color: 908731.

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

Color convert

RGB 187 221 13 -
CMYK 0.15 0 0.94 0.13
HSL 69.81º 0.89% 0.46% -
HSV(B) 69.81º 0.94% 0.87% -
XYZ 46.42 62.31 9.96 -
YUV 187.12 29.74 127.91 -
System Red Green Blue C M Y K H S L
Decimal 187 221 13 0.15 0 0.94 0.13 69.81 0.89 0.46
Hex BB DD D F 0 5E D 46 59 2E
Octal 273 335 15 17 0 136 15 106 131 56
Binary 10111011 11011101 1101 1111 0 1011110 1101 1000110 1011001 101110

Color Harmonies of #BBDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD0D

Black with #BBDD0D

Text Example


Text Example

White with #BBDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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