Html Css Color HEX #BCD80F Inch Worm

📋 copy color: '#BCD80F'

red 188 ◦ green 216 ◦ blue 15

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

Shades of Inch Worm #BCD80F

Tints of Inch Worm #BCD80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.55%

 BLUE value IS 15 (6.25% from 255) = 3.58%

R = 44.87%
G = 51.55%
B = 3.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BCD80F (or 0xBCD80F) is known color: Inch Worm. HEX triplet: BC, D8 and 0F. RGB value is (188,216,15). Sum of RGB (Red+Green+Blue) = 188+216+15=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD80F is #4327F0. Grayscale: #B9B9B9. Windows color (decimal): -4401137 or 1038524. OLE color: 1038524.

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

Color convert

RGB 188 216 15 -
CMYK 0.13 0 0.93 0.15
HSL 68.36º 0.87% 0.45% -
HSV(B) 68.36º 0.93% 0.85% -
XYZ 45.38 59.84 9.61 -
YUV 184.71 32.22 130.34 -
System Red Green Blue C M Y K H S L
Decimal 188 216 15 0.13 0 0.93 0.15 68.36 0.87 0.45
Hex BC D8 F D 0 5D F 44 57 2D
Octal 274 330 17 15 0 135 17 104 127 55
Binary 10111100 11011000 1111 1101 0 1011101 1111 1000100 1010111 101101

Color Harmonies of #BCD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD80F

Black with #BCD80F

Text Example


Text Example

White with #BCD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD80F; }

 p { color: rgb(188,216,15); }

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

background-color css

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

 a { background-color: rgb(188,216,15); }

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

border-color css

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

 span { border-color: rgb(188,216,15); }

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