Html Css Color HEX #BCE25E Conifer

📋 copy color: '#BCE25E'

red 188 ◦ green 226 ◦ blue 94

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

Shades of Conifer #BCE25E

Tints of Conifer #BCE25E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.49%

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

R = 37.01%
G = 44.49%
B = 18.5%

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

#BCE25E (or 0xBCE25E) is known color: Conifer. HEX triplet: BC, E2 and 5E. RGB value is (188,226,94). Sum of RGB (Red+Green+Blue) = 188+226+94=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE25E is #431DA1. Grayscale: #C8C8C8. Windows color (decimal): -4398498 or 6218428. OLE color: 6218428.

HSL color Cylindrical-coordinate representation of color #BCE25E: hue angle of 77.27º degrees, saturation: 0.69, 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 #BCE25E is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 94 -
CMYK 0.17 0 0.58 0.11
HSL 77.27º 0.69% 0.63% -
HSV(B) 77.27º 0.58% 0.89% -
XYZ 49.96 65.89 20.68 -
YUV 199.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 188 226 94 0.17 0 0.58 0.11 77.27 0.69 0.63
Hex BC E2 5E 11 0 3A B 4D 45 3F
Octal 274 342 136 21 0 72 13 115 105 77
Binary 10111100 11100010 1011110 10001 0 111010 1011 1001101 1000101 111111

Color Harmonies of #BCE25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE25E

Black with #BCE25E

Text Example


Text Example

White with #BCE25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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