Html Css Color HEX #BBDB1B Inch Worm

📋 copy color: '#BBDB1B'

red 187 ◦ green 219 ◦ blue 27

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

Shades of Inch Worm #BBDB1B

Tints of Inch Worm #BBDB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 43.19%
G = 50.58%
B = 6.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#BBDB1B (or 0xBBDB1B) is known color: Inch Worm. HEX triplet: BB, DB and 1B. RGB value is (187,219,27). Sum of RGB (Red+Green+Blue) = 187+219+27=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB1B is #4424E4. Grayscale: #BCBCBC. Windows color (decimal): -4465893 or 1825723. OLE color: 1825723.

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

Color convert

RGB 187 219 27 -
CMYK 0.15 0 0.88 0.14
HSL 70º 0.78% 0.48% -
HSV(B) 70º 0.88% 0.86% -
XYZ 46.02 61.31 10.44 -
YUV 187.54 37.4 127.61 -
System Red Green Blue C M Y K H S L
Decimal 187 219 27 0.15 0 0.88 0.14 70 0.78 0.48
Hex BB DB 1B F 0 58 E 46 4E 30
Octal 273 333 33 17 0 130 16 106 116 60
Binary 10111011 11011011 11011 1111 0 1011000 1110 1000110 1001110 110000

Color Harmonies of #BBDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB1B

Black with #BBDB1B

Text Example


Text Example

White with #BBDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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