Html Css Color HEX #BCD91A Inch Worm

📋 copy color: '#BCD91A'

red 188 ◦ green 217 ◦ blue 26

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

Shades of Inch Worm #BCD91A

Tints of Inch Worm #BCD91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 43.62%
G = 50.35%
B = 6.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BCD91A (or 0xBCD91A) is known color: Inch Worm. HEX triplet: BC, D9 and 1A. RGB value is (188,217,26). Sum of RGB (Red+Green+Blue) = 188+217+26=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD91A is #4326E5. Grayscale: #BBBBBB. Windows color (decimal): -4400870 or 1759676. OLE color: 1759676.

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

Color convert

RGB 188 217 26 -
CMYK 0.13 0 0.88 0.15
HSL 69.11º 0.79% 0.48% -
HSV(B) 69.11º 0.88% 0.85% -
XYZ 45.74 60.39 10.22 -
YUV 186.56 37.39 129.03 -
System Red Green Blue C M Y K H S L
Decimal 188 217 26 0.13 0 0.88 0.15 69.11 0.79 0.48
Hex BC D9 1A D 0 58 F 45 4F 30
Octal 274 331 32 15 0 130 17 105 117 60
Binary 10111100 11011001 11010 1101 0 1011000 1111 1000101 1001111 110000

Color Harmonies of #BCD91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD91A

Black with #BCD91A

Text Example


Text Example

White with #BCD91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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