Html Css Color HEX #BAE15F Conifer

📋 copy color: '#BAE15F'

red 186 ◦ green 225 ◦ blue 95

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

Shades of Conifer #BAE15F

Tints of Conifer #BAE15F

RGB

 RED value IS 186 (73.05% from 255) = 36.76%

 GREEN value IS 225 (88.28% from 255) = 44.47%

 BLUE value IS 95 (37.5% from 255) = 18.77%

R = 36.76%
G = 44.47%
B = 18.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BAE15F (or 0xBAE15F) is known color: Conifer. HEX triplet: BA, E1 and 5F. RGB value is (186,225,95). Sum of RGB (Red+Green+Blue) = 186+225+95=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE15F is #451EA0. Grayscale: #C7C7C7. Windows color (decimal): -4529825 or 6283706. OLE color: 6283706.

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

Color convert

RGB 186 225 95 -
CMYK 0.17 0 0.58 0.12
HSL 78º 0.68% 0.63% -
HSV(B) 78º 0.58% 0.88% -
XYZ 49.24 65.12 20.8 -
YUV 198.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 186 225 95 0.17 0 0.58 0.12 78 0.68 0.63
Hex BA E1 5F 11 0 3A C 4E 44 3F
Octal 272 341 137 21 0 72 14 116 104 77
Binary 10111010 11100001 1011111 10001 0 111010 1100 1001110 1000100 111111

Color Harmonies of #BAE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE15F

Black with #BAE15F

Text Example


Text Example

White with #BAE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE15F; }

 p { color: rgb(186,225,95); }

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

background-color css

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

 a { background-color: rgb(186,225,95); }

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

border-color css

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

 span { border-color: rgb(186,225,95); }

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