Html Css Color HEX #BBDB12 Inch Worm

📋 copy color: '#BBDB12'

red 187 ◦ green 219 ◦ blue 18

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

Shades of Inch Worm #BBDB12

Tints of Inch Worm #BBDB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 44.1%
G = 51.65%
B = 4.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#BBDB12 (or 0xBBDB12) is known color: Inch Worm. HEX triplet: BB, DB and 12. RGB value is (187,219,18). Sum of RGB (Red+Green+Blue) = 187+219+18=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB12 is #4424ED. Grayscale: #BBBBBB. Windows color (decimal): -4465902 or 1235899. OLE color: 1235899.

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

Color convert

RGB 187 219 18 -
CMYK 0.15 0 0.92 0.14
HSL 69.55º 0.85% 0.46% -
HSV(B) 69.55º 0.92% 0.86% -
XYZ 45.93 61.27 9.98 -
YUV 186.52 32.9 128.34 -
System Red Green Blue C M Y K H S L
Decimal 187 219 18 0.15 0 0.92 0.14 69.55 0.85 0.46
Hex BB DB 12 F 0 5C E 46 55 2E
Octal 273 333 22 17 0 134 16 106 125 56
Binary 10111011 11011011 10010 1111 0 1011100 1110 1000110 1010101 101110

Color Harmonies of #BBDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB12

Black with #BBDB12

Text Example


Text Example

White with #BBDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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