Html Css Color HEX #BCDE09 Inch Worm

📋 copy color: '#BCDE09'

red 188 ◦ green 222 ◦ blue 9

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

Shades of Inch Worm #BCDE09

Tints of Inch Worm #BCDE09

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.98%

 BLUE value IS 9 (3.91% from 255) = 2.15%

R = 44.87%
G = 52.98%
B = 2.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BCDE09 (or 0xBCDE09) is known color: Inch Worm. HEX triplet: BC, DE and 09. RGB value is (188,222,9). Sum of RGB (Red+Green+Blue) = 188+222+9=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE09 is #4321F6. Grayscale: #BCBCBC. Windows color (decimal): -4399607 or 646844. OLE color: 646844.

HSL color Cylindrical-coordinate representation of color #BCDE09: hue angle of 69.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCDE09 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 9 -
CMYK 0.15 0 0.96 0.13
HSL 69.58º 0.92% 0.45% -
HSV(B) 69.58º 0.96% 0.87% -
XYZ 46.91 62.95 9.94 -
YUV 187.55 27.24 128.32 -
System Red Green Blue C M Y K H S L
Decimal 188 222 9 0.15 0 0.96 0.13 69.58 0.92 0.45
Hex BC DE 9 F 0 60 D 46 5C 2D
Octal 274 336 11 17 0 140 15 106 134 55
Binary 10111100 11011110 1001 1111 0 1100000 1101 1000110 1011100 101101

Color Harmonies of #BCDE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE09

Black with #BCDE09

Text Example


Text Example

White with #BCDE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE09; }

 p { color: rgb(188,222,9); }

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

background-color css

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

 a { background-color: rgb(188,222,9); }

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

border-color css

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

 span { border-color: rgb(188,222,9); }

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