Html Css Color HEX #BCD904 Inch Worm

📋 copy color: '#BCD904'

red 188 ◦ green 217 ◦ blue 4

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

Shades of Inch Worm #BCD904

Tints of Inch Worm #BCD904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 45.97%
G = 53.06%
B = 0.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BCD904 (or 0xBCD904) is known color: Inch Worm. HEX triplet: BC, D9 and 04. RGB value is (188,217,4). Sum of RGB (Red+Green+Blue) = 188+217+4=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD904 is #4326FB. Grayscale: #B8B8B8. Windows color (decimal): -4400892 or 317884. OLE color: 317884.

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

Color convert

RGB 188 217 4 -
CMYK 0.13 0 0.98 0.15
HSL 68.17º 0.96% 0.43% -
HSV(B) 68.17º 0.98% 0.85% -
XYZ 45.57 60.33 9.36 -
YUV 184.05 26.39 130.82 -
System Red Green Blue C M Y K H S L
Decimal 188 217 4 0.13 0 0.98 0.15 68.17 0.96 0.43
Hex BC D9 4 D 0 62 F 44 60 2B
Octal 274 331 4 15 0 142 17 104 140 53
Binary 10111100 11011001 100 1101 0 1100010 1111 1000100 1100000 101011

Color Harmonies of #BCD904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD904

Black with #BCD904

Text Example


Text Example

White with #BCD904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD904; }

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

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

background-color css

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

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

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

border-color css

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

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

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