Html Css Color HEX #BCEB0D Inch Worm

📋 copy color: '#BCEB0D'

red 188 ◦ green 235 ◦ blue 13

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

Shades of Inch Worm #BCEB0D

Tints of Inch Worm #BCEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.9%

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

R = 43.12%
G = 53.9%
B = 2.98%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#BCEB0D (or 0xBCEB0D) is known color: Inch Worm. HEX triplet: BC, EB and 0D. RGB value is (188,235,13). Sum of RGB (Red+Green+Blue) = 188+235+13=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB0D is #4314F2. Grayscale: #C4C4C4. Windows color (decimal): -4396275 or 912316. OLE color: 912316.

HSL color Cylindrical-coordinate representation of color #BCEB0D: hue angle of 72.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCEB0D is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 13 -
CMYK 0.2 0 0.94 0.08
HSL 72.7º 0.9% 0.49% -
HSV(B) 72.7º 0.94% 0.92% -
XYZ 50.52 70.14 11.26 -
YUV 195.64 24.93 122.55 -
System Red Green Blue C M Y K H S L
Decimal 188 235 13 0.2 0 0.94 0.08 72.7 0.9 0.49
Hex BC EB D 14 0 5E 8 49 5A 31
Octal 274 353 15 24 0 136 10 111 132 61
Binary 10111100 11101011 1101 10100 0 1011110 1000 1001001 1011010 110001

Color Harmonies of #BCEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB0D

Black with #BCEB0D

Text Example


Text Example

White with #BCEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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