Html Css Color HEX #BBDF14 Inch Worm

📋 copy color: '#BBDF14'

red 187 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #BBDF14

Tints of Inch Worm #BBDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.86%

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 43.49%
G = 51.86%
B = 4.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#BBDF14 (or 0xBBDF14) is known color: Inch Worm. HEX triplet: BB, DF and 14. RGB value is (187,223,20). Sum of RGB (Red+Green+Blue) = 187+223+20=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF14 is #4420EB. Grayscale: #BDBDBD. Windows color (decimal): -4464876 or 1367995. OLE color: 1367995.

HSL color Cylindrical-coordinate representation of color #BBDF14: hue angle of 70.64º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBDF14 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 20 -
CMYK 0.16 0 0.91 0.13
HSL 70.64º 0.84% 0.48% -
HSV(B) 70.64º 0.91% 0.87% -
XYZ 47.01 63.39 10.42 -
YUV 189.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 187 223 20 0.16 0 0.91 0.13 70.64 0.84 0.48
Hex BB DF 14 10 0 5B D 47 54 30
Octal 273 337 24 20 0 133 15 107 124 60
Binary 10111011 11011111 10100 10000 0 1011011 1101 1000111 1010100 110000

Color Harmonies of #BBDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF14

Black with #BBDF14

Text Example


Text Example

White with #BBDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF14; }

 p { color: rgb(187,223,20); }

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

background-color css

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

 a { background-color: rgb(187,223,20); }

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

border-color css

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

 span { border-color: rgb(187,223,20); }

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