Html Css Color HEX #BCD918 Inch Worm

📋 copy color: '#BCD918'

red 188 ◦ green 217 ◦ blue 24

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

Shades of Inch Worm #BCD918

Tints of Inch Worm #BCD918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.59%

R = 43.82%
G = 50.58%
B = 5.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#BCD918 (or 0xBCD918) is known color: Inch Worm. HEX triplet: BC, D9 and 18. RGB value is (188,217,24). Sum of RGB (Red+Green+Blue) = 188+217+24=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD918 is #4326E7. Grayscale: #BBBBBB. Windows color (decimal): -4400872 or 1628604. OLE color: 1628604.

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

Color convert

RGB 188 217 24 -
CMYK 0.13 0 0.89 0.15
HSL 69.02º 0.8% 0.47% -
HSV(B) 69.02º 0.89% 0.85% -
XYZ 45.72 60.38 10.11 -
YUV 186.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 188 217 24 0.13 0 0.89 0.15 69.02 0.8 0.47
Hex BC D9 18 D 0 59 F 45 50 2F
Octal 274 331 30 15 0 131 17 105 120 57
Binary 10111100 11011001 11000 1101 0 1011001 1111 1000101 1010000 101111

Color Harmonies of #BCD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD918

Black with #BCD918

Text Example


Text Example

White with #BCD918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD918; }

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

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

background-color css

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

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

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

border-color css

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

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

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