Html Css Color HEX #BCD70E Inch Worm

📋 copy color: '#BCD70E'

red 188 ◦ green 215 ◦ blue 14

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

Shades of Inch Worm #BCD70E

Tints of Inch Worm #BCD70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 45.08%
G = 51.56%
B = 3.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BCD70E (or 0xBCD70E) is known color: Inch Worm. HEX triplet: BC, D7 and 0E. RGB value is (188,215,14). Sum of RGB (Red+Green+Blue) = 188+215+14=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD70E is #4328F1. Grayscale: #B8B8B8. Windows color (decimal): -4401394 or 972732. OLE color: 972732.

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

Color convert

RGB 188 215 14 -
CMYK 0.13 0 0.93 0.16
HSL 68.06º 0.88% 0.45% -
HSV(B) 68.06º 0.93% 0.84% -
XYZ 45.12 59.32 9.49 -
YUV 184.01 32.05 130.84 -
System Red Green Blue C M Y K H S L
Decimal 188 215 14 0.13 0 0.93 0.16 68.06 0.88 0.45
Hex BC D7 E D 0 5D 10 44 58 2D
Octal 274 327 16 15 0 135 20 104 130 55
Binary 10111100 11010111 1110 1101 0 1011101 10000 1000100 1011000 101101

Color Harmonies of #BCD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD70E

Black with #BCD70E

Text Example


Text Example

White with #BCD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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