Html Css Color HEX #BCDB16 Inch Worm

📋 copy color: '#BCDB16'

red 188 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #BCDB16

Tints of Inch Worm #BCDB16

RGB

 RED value IS 188 (73.83% from 255) = 43.82%

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

 BLUE value IS 22 (8.98% from 255) = 5.13%

R = 43.82%
G = 51.05%
B = 5.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#BCDB16 (or 0xBCDB16) is known color: Inch Worm. HEX triplet: BC, DB and 16. RGB value is (188,219,22). Sum of RGB (Red+Green+Blue) = 188+219+22=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB16 is #4324E9. Grayscale: #BCBCBC. Windows color (decimal): -4400362 or 1498044. OLE color: 1498044.

HSL color Cylindrical-coordinate representation of color #BCDB16: hue angle of 69.44º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCDB16 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 22 -
CMYK 0.14 0 0.90 0.14
HSL 69.44º 0.82% 0.47% -
HSV(B) 69.44º 0.9% 0.86% -
XYZ 46.22 61.41 10.18 -
YUV 187.27 34.73 128.52 -
System Red Green Blue C M Y K H S L
Decimal 188 219 22 0.14 0 0.90 0.14 69.44 0.82 0.47
Hex BC DB 16 E 0 5A E 45 52 2F
Octal 274 333 26 16 0 132 16 105 122 57
Binary 10111100 11011011 10110 1110 0 1011010 1110 1000101 1010010 101111

Color Harmonies of #BCDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB16

Black with #BCDB16

Text Example


Text Example

White with #BCDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB16; }

 p { color: rgb(188,219,22); }

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

background-color css

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

 a { background-color: rgb(188,219,22); }

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

border-color css

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

 span { border-color: rgb(188,219,22); }

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