Html Css Color HEX #BCD70C Inch Worm

📋 copy color: '#BCD70C'

red 188 ◦ green 215 ◦ blue 12

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

Shades of Inch Worm #BCD70C

Tints of Inch Worm #BCD70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 45.3%
G = 51.81%
B = 2.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BCD70C (or 0xBCD70C) is known color: Inch Worm. HEX triplet: BC, D7 and 0C. RGB value is (188,215,12). Sum of RGB (Red+Green+Blue) = 188+215+12=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD70C is #4328F3. Grayscale: #B8B8B8. Windows color (decimal): -4401396 or 841660. OLE color: 841660.

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

Color convert

RGB 188 215 12 -
CMYK 0.13 0 0.94 0.16
HSL 67.98º 0.89% 0.45% -
HSV(B) 67.98º 0.94% 0.84% -
XYZ 45.11 59.32 9.42 -
YUV 183.79 31.05 131.01 -
System Red Green Blue C M Y K H S L
Decimal 188 215 12 0.13 0 0.94 0.16 67.98 0.89 0.45
Hex BC D7 C D 0 5E 10 44 59 2D
Octal 274 327 14 15 0 136 20 104 131 55
Binary 10111100 11010111 1100 1101 0 1011110 10000 1000100 1011001 101101

Color Harmonies of #BCD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD70C

Black with #BCD70C

Text Example


Text Example

White with #BCD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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