Html Css Color HEX #BCDB14 Inch Worm

📋 copy color: '#BCDB14'

red 188 ◦ green 219 ◦ blue 20

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

Shades of Inch Worm #BCDB14

Tints of Inch Worm #BCDB14

RGB

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

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

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

R = 44.03%
G = 51.29%
B = 4.68%

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

#BCDB14 (or 0xBCDB14) is known color: Inch Worm. HEX triplet: BC, DB and 14. RGB value is (188,219,20). Sum of RGB (Red+Green+Blue) = 188+219+20=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB14 is #4324EB. Grayscale: #BBBBBB. Windows color (decimal): -4400364 or 1366972. OLE color: 1366972.

HSL color Cylindrical-coordinate representation of color #BCDB14: hue angle of 69.35º degrees, saturation: 0.83, 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 #BCDB14 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 20 -
CMYK 0.14 0 0.91 0.14
HSL 69.35º 0.83% 0.47% -
HSV(B) 69.35º 0.91% 0.86% -
XYZ 46.2 61.4 10.08 -
YUV 187.05 33.73 128.68 -
System Red Green Blue C M Y K H S L
Decimal 188 219 20 0.14 0 0.91 0.14 69.35 0.83 0.47
Hex BC DB 14 E 0 5B E 45 53 2F
Octal 274 333 24 16 0 133 16 105 123 57
Binary 10111100 11011011 10100 1110 0 1011011 1110 1000101 1010011 101111

Color Harmonies of #BCDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB14

Black with #BCDB14

Text Example


Text Example

White with #BCDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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