Html Css Color HEX #BCDB13 Inch Worm

📋 copy color: '#BCDB13'

red 188 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #BCDB13

Tints of Inch Worm #BCDB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.46%

R = 44.13%
G = 51.41%
B = 4.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#BCDB13 (or 0xBCDB13) is known color: Inch Worm. HEX triplet: BC, DB and 13. RGB value is (188,219,19). Sum of RGB (Red+Green+Blue) = 188+219+19=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB13 is #4324EC. Grayscale: #BBBBBB. Windows color (decimal): -4400365 or 1301436. OLE color: 1301436.

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

Color convert

RGB 188 219 19 -
CMYK 0.14 0 0.91 0.14
HSL 69.3º 0.84% 0.47% -
HSV(B) 69.3º 0.91% 0.86% -
XYZ 46.19 61.4 10.03 -
YUV 186.93 33.23 128.76 -
System Red Green Blue C M Y K H S L
Decimal 188 219 19 0.14 0 0.91 0.14 69.3 0.84 0.47
Hex BC DB 13 E 0 5B E 45 54 2F
Octal 274 333 23 16 0 133 16 105 124 57
Binary 10111100 11011011 10011 1110 0 1011011 1110 1000101 1010100 101111

Color Harmonies of #BCDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB13

Black with #BCDB13

Text Example


Text Example

White with #BCDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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