Html Css Color HEX #BCEB1E Inch Worm

📋 copy color: '#BCEB1E'

red 188 ◦ green 235 ◦ blue 30

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

Shades of Inch Worm #BCEB1E

Tints of Inch Worm #BCEB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.62%

R = 41.5%
G = 51.88%
B = 6.62%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#BCEB1E (or 0xBCEB1E) is known color: Inch Worm. HEX triplet: BC, EB and 1E. RGB value is (188,235,30). Sum of RGB (Red+Green+Blue) = 188+235+30=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 30 (12.11% from 255 or 6.62% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB1E is #4314E1. Grayscale: #C6C6C6. Windows color (decimal): -4396258 or 2026428. OLE color: 2026428.

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

Color convert

RGB 188 235 30 -
CMYK 0.2 0 0.87 0.08
HSL 73.76º 0.84% 0.52% -
HSV(B) 73.76º 0.87% 0.92% -
XYZ 50.68 70.2 12.11 -
YUV 197.58 33.43 121.17 -
System Red Green Blue C M Y K H S L
Decimal 188 235 30 0.2 0 0.87 0.08 73.76 0.84 0.52
Hex BC EB 1E 14 0 57 8 4A 54 34
Octal 274 353 36 24 0 127 10 112 124 64
Binary 10111100 11101011 11110 10100 0 1010111 1000 1001010 1010100 110100

Color Harmonies of #BCEB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB1E

Black with #BCEB1E

Text Example


Text Example

White with #BCEB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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