Html Css Color HEX #BCEE1B Inch Worm

📋 copy color: '#BCEE1B'

red 188 ◦ green 238 ◦ blue 27

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

Shades of Inch Worm #BCEE1B

Tints of Inch Worm #BCEE1B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.54%

 BLUE value IS 27 (10.94% from 255) = 5.96%

R = 41.5%
G = 52.54%
B = 5.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#BCEE1B (or 0xBCEE1B) is known color: Inch Worm. HEX triplet: BC, EE and 1B. RGB value is (188,238,27). Sum of RGB (Red+Green+Blue) = 188+238+27=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE1B is #4311E4. Grayscale: #C7C7C7. Windows color (decimal): -4395493 or 1830588. OLE color: 1830588.

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

Color convert

RGB 188 238 27 -
CMYK 0.21 0 0.89 0.07
HSL 74.22º 0.86% 0.52% -
HSV(B) 74.22º 0.89% 0.93% -
XYZ 51.51 71.92 12.2 -
YUV 199 30.94 120.16 -
System Red Green Blue C M Y K H S L
Decimal 188 238 27 0.21 0 0.89 0.07 74.22 0.86 0.52
Hex BC EE 1B 15 0 59 7 4A 56 34
Octal 274 356 33 25 0 131 7 112 126 64
Binary 10111100 11101110 11011 10101 0 1011001 111 1001010 1010110 110100

Color Harmonies of #BCEE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE1B

Black with #BCEE1B

Text Example


Text Example

White with #BCEE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE1B; }

 p { color: rgb(188,238,27); }

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

background-color css

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

 a { background-color: rgb(188,238,27); }

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

border-color css

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

 span { border-color: rgb(188,238,27); }

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