Html Css Color HEX #BCD609 Inch Worm

📋 copy color: '#BCD609'

red 188 ◦ green 214 ◦ blue 9

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

Shades of Inch Worm #BCD609

Tints of Inch Worm #BCD609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

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

R = 45.74%
G = 52.07%
B = 2.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BCD609 (or 0xBCD609) is known color: Inch Worm. HEX triplet: BC, D6 and 09. RGB value is (188,214,9). Sum of RGB (Red+Green+Blue) = 188+214+9=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD609 is #4329F6. Grayscale: #B7B7B7. Windows color (decimal): -4401655 or 644796. OLE color: 644796.

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

Color convert

RGB 188 214 9 -
CMYK 0.12 0 0.96 0.16
HSL 67.61º 0.92% 0.44% -
HSV(B) 67.61º 0.96% 0.84% -
XYZ 44.83 58.8 9.25 -
YUV 182.86 29.89 131.67 -
System Red Green Blue C M Y K H S L
Decimal 188 214 9 0.12 0 0.96 0.16 67.61 0.92 0.44
Hex BC D6 9 C 0 60 10 44 5C 2C
Octal 274 326 11 14 0 140 20 104 134 54
Binary 10111100 11010110 1001 1100 0 1100000 10000 1000100 1011100 101100

Color Harmonies of #BCD609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD609

Black with #BCD609

Text Example


Text Example

White with #BCD609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD609; }

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

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

background-color css

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

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

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

border-color css

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

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

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