Html Css Color HEX #BCE35E Conifer

📋 copy color: '#BCE35E'

red 188 ◦ green 227 ◦ blue 94

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

Shades of Conifer #BCE35E

Tints of Conifer #BCE35E

RGB

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

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

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

R = 36.94%
G = 44.6%
B = 18.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#BCE35E (or 0xBCE35E) is known color: Conifer. HEX triplet: BC, E3 and 5E. RGB value is (188,227,94). Sum of RGB (Red+Green+Blue) = 188+227+94=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE35E is #431CA1. Grayscale: #C8C8C8. Windows color (decimal): -4398242 or 6218684. OLE color: 6218684.

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

Color convert

RGB 188 227 94 -
CMYK 0.17 0 0.59 0.11
HSL 77.59º 0.7% 0.63% -
HSV(B) 77.59º 0.59% 0.89% -
XYZ 50.23 66.44 20.77 -
YUV 200.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 188 227 94 0.17 0 0.59 0.11 77.59 0.7 0.63
Hex BC E3 5E 11 0 3B B 4E 46 3F
Octal 274 343 136 21 0 73 13 116 106 77
Binary 10111100 11100011 1011110 10001 0 111011 1011 1001110 1000110 111111

Color Harmonies of #BCE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE35E

Black with #BCE35E

Text Example


Text Example

White with #BCE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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