Html Css Color HEX #BCDB0D Inch Worm

📋 copy color: '#BCDB0D'

red 188 ◦ green 219 ◦ blue 13

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

Shades of Inch Worm #BCDB0D

Tints of Inch Worm #BCDB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 44.76%
G = 52.14%
B = 3.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#BCDB0D (or 0xBCDB0D) is known color: Inch Worm. HEX triplet: BC, DB and 0D. RGB value is (188,219,13). Sum of RGB (Red+Green+Blue) = 188+219+13=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB0D is #4324F2. Grayscale: #BBBBBB. Windows color (decimal): -4400371 or 908220. OLE color: 908220.

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

Color convert

RGB 188 219 13 -
CMYK 0.14 0 0.94 0.14
HSL 69.03º 0.89% 0.45% -
HSV(B) 69.03º 0.94% 0.86% -
XYZ 46.14 61.38 9.8 -
YUV 186.25 30.23 129.25 -
System Red Green Blue C M Y K H S L
Decimal 188 219 13 0.14 0 0.94 0.14 69.03 0.89 0.45
Hex BC DB D E 0 5E E 45 59 2D
Octal 274 333 15 16 0 136 16 105 131 55
Binary 10111100 11011011 1101 1110 0 1011110 1110 1000101 1011001 101101

Color Harmonies of #BCDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB0D

Black with #BCDB0D

Text Example


Text Example

White with #BCDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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