Html Css Color HEX #BAE345 Conifer

📋 copy color: '#BAE345'

red 186 ◦ green 227 ◦ blue 69

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

Shades of Conifer #BAE345

Tints of Conifer #BAE345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 38.59%
G = 47.1%
B = 14.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#BAE345 (or 0xBAE345) is known color: Conifer. HEX triplet: BA, E3 and 45. RGB value is (186,227,69). Sum of RGB (Red+Green+Blue) = 186+227+69=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE345 is #451CBA. Grayscale: #C5C5C5. Windows color (decimal): -4529339 or 4580282. OLE color: 4580282.

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

Color convert

RGB 186 227 69 -
CMYK 0.18 0 0.70 0.11
HSL 75.57º 0.74% 0.58% -
HSV(B) 75.57º 0.7% 0.89% -
XYZ 48.79 65.81 15.76 -
YUV 196.73 55.92 120.35 -
System Red Green Blue C M Y K H S L
Decimal 186 227 69 0.18 0 0.70 0.11 75.57 0.74 0.58
Hex BA E3 45 12 0 46 B 4C 4A 3A
Octal 272 343 105 22 0 106 13 114 112 72
Binary 10111010 11100011 1000101 10010 0 1000110 1011 1001100 1001010 111010

Color Harmonies of #BAE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE345

Black with #BAE345

Text Example


Text Example

White with #BAE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE345; }

 p { color: rgb(186,227,69); }

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

background-color css

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

 a { background-color: rgb(186,227,69); }

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

border-color css

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

 span { border-color: rgb(186,227,69); }

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