Html Css Color HEX #BCE361 Conifer

📋 copy color: '#BCE361'

red 188 ◦ green 227 ◦ blue 97

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

Shades of Conifer #BCE361

Tints of Conifer #BCE361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.95%

R = 36.72%
G = 44.34%
B = 18.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#BCE361 (or 0xBCE361) is known color: Conifer. HEX triplet: BC, E3 and 61. RGB value is (188,227,97). Sum of RGB (Red+Green+Blue) = 188+227+97=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE361 is #431C9E. Grayscale: #C9C9C9. Windows color (decimal): -4398239 or 6415292. OLE color: 6415292.

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

Color convert

RGB 188 227 97 -
CMYK 0.17 0 0.57 0.11
HSL 78º 0.7% 0.64% -
HSV(B) 78º 0.57% 0.89% -
XYZ 50.37 66.49 21.49 -
YUV 200.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 188 227 97 0.17 0 0.57 0.11 78 0.7 0.64
Hex BC E3 61 11 0 39 B 4E 46 40
Octal 274 343 141 21 0 71 13 116 106 100
Binary 10111100 11100011 1100001 10001 0 111001 1011 1001110 1000110 1000000

Color Harmonies of #BCE361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE361

Black with #BCE361

Text Example


Text Example

White with #BCE361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE361; }

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

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

background-color css

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

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

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

border-color css

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

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

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