Html Css Color HEX #BCE360 Conifer

📋 copy color: '#BCE360'

red 188 ◦ green 227 ◦ blue 96

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

Shades of Conifer #BCE360

Tints of Conifer #BCE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

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

R = 36.79%
G = 44.42%
B = 18.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#BCE360 (or 0xBCE360) is known color: Conifer. HEX triplet: BC, E3 and 60. RGB value is (188,227,96). Sum of RGB (Red+Green+Blue) = 188+227+96=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE360 is #431C9F. Grayscale: #C8C8C8. Windows color (decimal): -4398240 or 6349756. OLE color: 6349756.

HSL color Cylindrical-coordinate representation of color #BCE360: hue angle of 77.86º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE360 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 96 -
CMYK 0.17 0 0.58 0.11
HSL 77.86º 0.7% 0.63% -
HSV(B) 77.86º 0.58% 0.89% -
XYZ 50.32 66.47 21.25 -
YUV 200.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 188 227 96 0.17 0 0.58 0.11 77.86 0.7 0.63
Hex BC E3 60 11 0 3A B 4E 46 3F
Octal 274 343 140 21 0 72 13 116 106 77
Binary 10111100 11100011 1100000 10001 0 111010 1011 1001110 1000110 111111

Color Harmonies of #BCE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE360

Black with #BCE360

Text Example


Text Example

White with #BCE360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE360; }

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

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

background-color css

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

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

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

border-color css

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

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

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