Html Css Color HEX #BCEB25 Inch Worm

📋 copy color: '#BCEB25'

red 188 ◦ green 235 ◦ blue 37

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

Shades of Inch Worm #BCEB25

Tints of Inch Worm #BCEB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.04%

R = 40.87%
G = 51.09%
B = 8.04%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#BCEB25 (or 0xBCEB25) is known color: Inch Worm. HEX triplet: BC, EB and 25. RGB value is (188,235,37). Sum of RGB (Red+Green+Blue) = 188+235+37=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB25 is #4314DA. Grayscale: #C7C7C7. Windows color (decimal): -4396251 or 2485180. OLE color: 2485180.

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

Color convert

RGB 188 235 37 -
CMYK 0.2 0 0.84 0.08
HSL 74.24º 0.83% 0.53% -
HSV(B) 74.24º 0.84% 0.92% -
XYZ 50.78 70.24 12.63 -
YUV 198.38 36.93 120.6 -
System Red Green Blue C M Y K H S L
Decimal 188 235 37 0.2 0 0.84 0.08 74.24 0.83 0.53
Hex BC EB 25 14 0 54 8 4A 53 35
Octal 274 353 45 24 0 124 10 112 123 65
Binary 10111100 11101011 100101 10100 0 1010100 1000 1001010 1010011 110101

Color Harmonies of #BCEB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB25

Black with #BCEB25

Text Example


Text Example

White with #BCEB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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