Html Css Color HEX #BBDB0F Inch Worm

📋 copy color: '#BBDB0F'

red 187 ◦ green 219 ◦ blue 15

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

Shades of Inch Worm #BBDB0F

Tints of Inch Worm #BBDB0F

RGB

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

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

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

R = 44.42%
G = 52.02%
B = 3.56%

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

#BBDB0F (or 0xBBDB0F) is known color: Inch Worm. HEX triplet: BB, DB and 0F. RGB value is (187,219,15). Sum of RGB (Red+Green+Blue) = 187+219+15=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB0F is #4424F0. Grayscale: #BABABA. Windows color (decimal): -4465905 or 1039291. OLE color: 1039291.

HSL color Cylindrical-coordinate representation of color #BBDB0F: hue angle of 69.41º 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 #BBDB0F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 15 -
CMYK 0.15 0 0.93 0.14
HSL 69.41º 0.87% 0.46% -
HSV(B) 69.41º 0.93% 0.86% -
XYZ 45.91 61.26 9.86 -
YUV 186.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 187 219 15 0.15 0 0.93 0.14 69.41 0.87 0.46
Hex BB DB F F 0 5D E 45 57 2E
Octal 273 333 17 17 0 135 16 105 127 56
Binary 10111011 11011011 1111 1111 0 1011101 1110 1000101 1010111 101110

Color Harmonies of #BBDB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB0F

Black with #BBDB0F

Text Example


Text Example

White with #BBDB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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