Html Css Color HEX #BCDF09 Inch Worm

📋 copy color: '#BCDF09'

red 188 ◦ green 223 ◦ blue 9

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

Shades of Inch Worm #BCDF09

Tints of Inch Worm #BCDF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

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

R = 44.76%
G = 53.1%
B = 2.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BCDF09 (or 0xBCDF09) is known color: Inch Worm. HEX triplet: BC, DF and 09. RGB value is (188,223,9). Sum of RGB (Red+Green+Blue) = 188+223+9=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF09 is #4320F6. Grayscale: #BCBCBC. Windows color (decimal): -4399351 or 647100. OLE color: 647100.

HSL color Cylindrical-coordinate representation of color #BCDF09: hue angle of 69.81º 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 #BCDF09 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 9 -
CMYK 0.16 0 0.96 0.13
HSL 69.81º 0.92% 0.45% -
HSV(B) 69.81º 0.96% 0.87% -
XYZ 47.18 63.49 10.03 -
YUV 188.14 26.9 127.9 -
System Red Green Blue C M Y K H S L
Decimal 188 223 9 0.16 0 0.96 0.13 69.81 0.92 0.45
Hex BC DF 9 10 0 60 D 46 5C 2D
Octal 274 337 11 20 0 140 15 106 134 55
Binary 10111100 11011111 1001 10000 0 1100000 1101 1000110 1011100 101101

Color Harmonies of #BCDF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF09

Black with #BCDF09

Text Example


Text Example

White with #BCDF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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