Html Css Color HEX #BBDB0E Inch Worm

📋 copy color: '#BBDB0E'

red 187 ◦ green 219 ◦ blue 14

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

Shades of Inch Worm #BBDB0E

Tints of Inch Worm #BBDB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.14%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 44.52%
G = 52.14%
B = 3.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#BBDB0E (or 0xBBDB0E) is known color: Inch Worm. HEX triplet: BB, DB and 0E. RGB value is (187,219,14). Sum of RGB (Red+Green+Blue) = 187+219+14=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB0E is #4424F1. Grayscale: #BABABA. Windows color (decimal): -4465906 or 973755. OLE color: 973755.

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

Color convert

RGB 187 219 14 -
CMYK 0.15 0 0.94 0.14
HSL 69.37º 0.88% 0.46% -
HSV(B) 69.37º 0.94% 0.86% -
XYZ 45.9 61.26 9.82 -
YUV 186.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 187 219 14 0.15 0 0.94 0.14 69.37 0.88 0.46
Hex BB DB E F 0 5E E 45 58 2E
Octal 273 333 16 17 0 136 16 105 130 56
Binary 10111011 11011011 1110 1111 0 1011110 1110 1000101 1011000 101110

Color Harmonies of #BBDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB0E

Black with #BBDB0E

Text Example


Text Example

White with #BBDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB0E; }

 p { color: rgb(187,219,14); }

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

background-color css

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

 a { background-color: rgb(187,219,14); }

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

border-color css

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

 span { border-color: rgb(187,219,14); }

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