Html Css Color HEX #BCDA0E Inch Worm

📋 copy color: '#BCDA0E'

red 188 ◦ green 218 ◦ blue 14

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

Shades of Inch Worm #BCDA0E

Tints of Inch Worm #BCDA0E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.9%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 44.76%
G = 51.9%
B = 3.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BCDA0E (or 0xBCDA0E) is known color: Inch Worm. HEX triplet: BC, DA and 0E. RGB value is (188,218,14). Sum of RGB (Red+Green+Blue) = 188+218+14=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA0E is #4325F1. Grayscale: #BABABA. Windows color (decimal): -4400626 or 973500. OLE color: 973500.

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

Color convert

RGB 188 218 14 -
CMYK 0.14 0 0.94 0.15
HSL 68.82º 0.88% 0.45% -
HSV(B) 68.82º 0.94% 0.85% -
XYZ 45.89 60.87 9.75 -
YUV 185.77 31.06 129.59 -
System Red Green Blue C M Y K H S L
Decimal 188 218 14 0.14 0 0.94 0.15 68.82 0.88 0.45
Hex BC DA E E 0 5E F 45 58 2D
Octal 274 332 16 16 0 136 17 105 130 55
Binary 10111100 11011010 1110 1110 0 1011110 1111 1000101 1011000 101101

Color Harmonies of #BCDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA0E

Black with #BCDA0E

Text Example


Text Example

White with #BCDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA0E; }

 p { color: rgb(188,218,14); }

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

background-color css

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

 a { background-color: rgb(188,218,14); }

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

border-color css

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

 span { border-color: rgb(188,218,14); }

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