Html Css Color HEX #BCEC60 Conifer

📋 copy color: '#BCEC60'

red 188 ◦ green 236 ◦ blue 96

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

Shades of Conifer #BCEC60

Tints of Conifer #BCEC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 36.15%
G = 45.38%
B = 18.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#BCEC60 (or 0xBCEC60) is known color: Conifer. HEX triplet: BC, EC and 60. RGB value is (188,236,96). Sum of RGB (Red+Green+Blue) = 188+236+96=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC60 is #43139F. Grayscale: #CECECE. Windows color (decimal): -4395936 or 6352060. OLE color: 6352060.

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

Color convert

RGB 188 236 96 -
CMYK 0.20 0 0.59 0.07
HSL 80.57º 0.79% 0.65% -
HSV(B) 80.57º 0.59% 0.93% -
XYZ 52.85 71.53 22.09 -
YUV 205.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 188 236 96 0.20 0 0.59 0.07 80.57 0.79 0.65
Hex BC EC 60 14 0 3B 7 51 4F 41
Octal 274 354 140 24 0 73 7 121 117 101
Binary 10111100 11101100 1100000 10100 0 111011 111 1010001 1001111 1000001

Color Harmonies of #BCEC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC60

Black with #BCEC60

Text Example


Text Example

White with #BCEC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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