Html Css Color HEX #BCD712 Inch Worm

📋 copy color: '#BCD712'

red 188 ◦ green 215 ◦ blue 18

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

Shades of Inch Worm #BCD712

Tints of Inch Worm #BCD712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 44.66%
G = 51.07%
B = 4.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BCD712 (or 0xBCD712) is known color: Inch Worm. HEX triplet: BC, D7 and 12. RGB value is (188,215,18). Sum of RGB (Red+Green+Blue) = 188+215+18=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD712 is #4328ED. Grayscale: #B9B9B9. Windows color (decimal): -4401390 or 1234876. OLE color: 1234876.

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

Color convert

RGB 188 215 18 -
CMYK 0.13 0 0.92 0.16
HSL 68.22º 0.85% 0.46% -
HSV(B) 68.22º 0.92% 0.84% -
XYZ 45.15 59.34 9.65 -
YUV 184.47 34.05 130.52 -
System Red Green Blue C M Y K H S L
Decimal 188 215 18 0.13 0 0.92 0.16 68.22 0.85 0.46
Hex BC D7 12 D 0 5C 10 44 55 2E
Octal 274 327 22 15 0 134 20 104 125 56
Binary 10111100 11010111 10010 1101 0 1011100 10000 1000100 1010101 101110

Color Harmonies of #BCD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD712

Black with #BCD712

Text Example


Text Example

White with #BCD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD712; }

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

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

background-color css

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

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

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

border-color css

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

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

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