Html Css Color HEX #BCD909 Inch Worm

📋 copy color: '#BCD909'

red 188 ◦ green 217 ◦ blue 9

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

Shades of Inch Worm #BCD909

Tints of Inch Worm #BCD909

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.42%

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

R = 45.41%
G = 52.42%
B = 2.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#BCD909 (or 0xBCD909) is known color: Inch Worm. HEX triplet: BC, D9 and 09. RGB value is (188,217,9). Sum of RGB (Red+Green+Blue) = 188+217+9=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD909 is #4326F6. Grayscale: #B9B9B9. Windows color (decimal): -4400887 or 645564. OLE color: 645564.

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

Color convert

RGB 188 217 9 -
CMYK 0.13 0 0.96 0.15
HSL 68.37º 0.92% 0.44% -
HSV(B) 68.37º 0.96% 0.85% -
XYZ 45.6 60.34 9.5 -
YUV 184.62 28.89 130.41 -
System Red Green Blue C M Y K H S L
Decimal 188 217 9 0.13 0 0.96 0.15 68.37 0.92 0.44
Hex BC D9 9 D 0 60 F 44 5C 2C
Octal 274 331 11 15 0 140 17 104 134 54
Binary 10111100 11011001 1001 1101 0 1100000 1111 1000100 1011100 101100

Color Harmonies of #BCD909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD909

Black with #BCD909

Text Example


Text Example

White with #BCD909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD909; }

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

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

background-color css

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

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

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

border-color css

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

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

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