Html Css Color HEX #BCD705 Inch Worm

📋 copy color: '#BCD705'

red 188 ◦ green 215 ◦ blue 5

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

Shades of Inch Worm #BCD705

Tints of Inch Worm #BCD705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 46.08%
G = 52.7%
B = 1.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#BCD705 (or 0xBCD705) is known color: Inch Worm. HEX triplet: BC, D7 and 05. RGB value is (188,215,5). Sum of RGB (Red+Green+Blue) = 188+215+5=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD705 is #4328FA. Grayscale: #B7B7B7. Windows color (decimal): -4401403 or 382908. OLE color: 382908.

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

Color convert

RGB 188 215 5 -
CMYK 0.13 0 0.98 0.16
HSL 67.71º 0.95% 0.43% -
HSV(B) 67.71º 0.98% 0.84% -
XYZ 45.07 59.3 9.21 -
YUV 182.99 27.55 131.58 -
System Red Green Blue C M Y K H S L
Decimal 188 215 5 0.13 0 0.98 0.16 67.71 0.95 0.43
Hex BC D7 5 D 0 62 10 44 5F 2B
Octal 274 327 5 15 0 142 20 104 137 53
Binary 10111100 11010111 101 1101 0 1100010 10000 1000100 1011111 101011

Color Harmonies of #BCD705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD705

Black with #BCD705

Text Example


Text Example

White with #BCD705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD705; }

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

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

background-color css

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

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

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

border-color css

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

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

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