Html Css Color HEX #BCEF1B Inch Worm

📋 copy color: '#BCEF1B'

red 188 ◦ green 239 ◦ blue 27

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

Shades of Inch Worm #BCEF1B

Tints of Inch Worm #BCEF1B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.64%

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

R = 41.41%
G = 52.64%
B = 5.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#BCEF1B (or 0xBCEF1B) is known color: Inch Worm. HEX triplet: BC, EF and 1B. RGB value is (188,239,27). Sum of RGB (Red+Green+Blue) = 188+239+27=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF1B is #4310E4. Grayscale: #C8C8C8. Windows color (decimal): -4395237 or 1830844. OLE color: 1830844.

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

Color convert

RGB 188 239 27 -
CMYK 0.21 0 0.89 0.06
HSL 74.43º 0.87% 0.52% -
HSV(B) 74.43º 0.89% 0.94% -
XYZ 51.8 72.5 12.3 -
YUV 199.58 30.6 119.74 -
System Red Green Blue C M Y K H S L
Decimal 188 239 27 0.21 0 0.89 0.06 74.43 0.87 0.52
Hex BC EF 1B 15 0 59 6 4A 57 34
Octal 274 357 33 25 0 131 6 112 127 64
Binary 10111100 11101111 11011 10101 0 1011001 110 1001010 1010111 110100

Color Harmonies of #BCEF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF1B

Black with #BCEF1B

Text Example


Text Example

White with #BCEF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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