Html Css Color HEX #BCEC5E Conifer

📋 copy color: '#BCEC5E'

red 188 ◦ green 236 ◦ blue 94

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

Shades of Conifer #BCEC5E

Tints of Conifer #BCEC5E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.56%

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 36.29%
G = 45.56%
B = 18.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#BCEC5E (or 0xBCEC5E) is known color: Conifer. HEX triplet: BC, EC and 5E. RGB value is (188,236,94). Sum of RGB (Red+Green+Blue) = 188+236+94=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC5E is #4313A1. Grayscale: #CDCDCD. Windows color (decimal): -4395938 or 6220988. OLE color: 6220988.

HSL color Cylindrical-coordinate representation of color #BCEC5E: hue angle of 80.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCEC5E is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 94 -
CMYK 0.20 0 0.60 0.07
HSL 80.28º 0.79% 0.65% -
HSV(B) 80.28º 0.6% 0.93% -
XYZ 52.75 71.49 21.61 -
YUV 205.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 188 236 94 0.20 0 0.60 0.07 80.28 0.79 0.65
Hex BC EC 5E 14 0 3C 7 50 4F 41
Octal 274 354 136 24 0 74 7 120 117 101
Binary 10111100 11101100 1011110 10100 0 111100 111 1010000 1001111 1000001

Color Harmonies of #BCEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC5E

Black with #BCEC5E

Text Example


Text Example

White with #BCEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC5E; }

 p { color: rgb(188,236,94); }

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

background-color css

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

 a { background-color: rgb(188,236,94); }

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

border-color css

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

 span { border-color: rgb(188,236,94); }

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