Html Css Color HEX #BCD709 Inch Worm

📋 copy color: '#BCD709'

red 188 ◦ green 215 ◦ blue 9

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

Shades of Inch Worm #BCD709

Tints of Inch Worm #BCD709

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.18%

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

R = 45.63%
G = 52.18%
B = 2.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BCD709 (or 0xBCD709) is known color: Inch Worm. HEX triplet: BC, D7 and 09. RGB value is (188,215,9). Sum of RGB (Red+Green+Blue) = 188+215+9=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD709 is #4328F6. Grayscale: #B8B8B8. Windows color (decimal): -4401399 or 645052. OLE color: 645052.

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

Color convert

RGB 188 215 9 -
CMYK 0.13 0 0.96 0.16
HSL 67.86º 0.92% 0.44% -
HSV(B) 67.86º 0.96% 0.84% -
XYZ 45.09 59.31 9.33 -
YUV 183.44 29.55 131.25 -
System Red Green Blue C M Y K H S L
Decimal 188 215 9 0.13 0 0.96 0.16 67.86 0.92 0.44
Hex BC D7 9 D 0 60 10 44 5C 2C
Octal 274 327 11 15 0 140 20 104 134 54
Binary 10111100 11010111 1001 1101 0 1100000 10000 1000100 1011100 101100

Color Harmonies of #BCD709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD709

Black with #BCD709

Text Example


Text Example

White with #BCD709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD709; }

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

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

background-color css

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

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

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

border-color css

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

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

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