Html Css Color HEX #BCED0D Inch Worm

📋 copy color: '#BCED0D'

red 188 ◦ green 237 ◦ blue 13

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

Shades of Inch Worm #BCED0D

Tints of Inch Worm #BCED0D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.11%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 42.92%
G = 54.11%
B = 2.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#BCED0D (or 0xBCED0D) is known color: Inch Worm. HEX triplet: BC, ED and 0D. RGB value is (188,237,13). Sum of RGB (Red+Green+Blue) = 188+237+13=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED0D is #4312F2. Grayscale: #C5C5C5. Windows color (decimal): -4395763 or 912828. OLE color: 912828.

HSL color Cylindrical-coordinate representation of color #BCED0D: hue angle of 73.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCED0D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 13 -
CMYK 0.21 0 0.95 0.07
HSL 73.13º 0.9% 0.49% -
HSV(B) 73.13º 0.95% 0.93% -
XYZ 51.1 71.29 11.45 -
YUV 196.81 24.27 121.71 -
System Red Green Blue C M Y K H S L
Decimal 188 237 13 0.21 0 0.95 0.07 73.13 0.9 0.49
Hex BC ED D 15 0 5F 7 49 5A 31
Octal 274 355 15 25 0 137 7 111 132 61
Binary 10111100 11101101 1101 10101 0 1011111 111 1001001 1011010 110001

Color Harmonies of #BCED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED0D

Black with #BCED0D

Text Example


Text Example

White with #BCED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED0D; }

 p { color: rgb(188,237,13); }

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

background-color css

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

 a { background-color: rgb(188,237,13); }

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

border-color css

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

 span { border-color: rgb(188,237,13); }

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