Html Css Color HEX #BAE845 Conifer

📋 copy color: '#BAE845'

red 186 ◦ green 232 ◦ blue 69

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

Shades of Conifer #BAE845

Tints of Conifer #BAE845

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.64%

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

R = 38.19%
G = 47.64%
B = 14.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BAE845 (or 0xBAE845) is known color: Conifer. HEX triplet: BA, E8 and 45. RGB value is (186,232,69). Sum of RGB (Red+Green+Blue) = 186+232+69=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE845 is #4517BA. Grayscale: #C8C8C8. Windows color (decimal): -4528059 or 4581562. OLE color: 4581562.

HSL color Cylindrical-coordinate representation of color #BAE845: hue angle of 76.93º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE845 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 69 -
CMYK 0.20 0 0.70 0.09
HSL 76.93º 0.78% 0.59% -
HSV(B) 76.93º 0.7% 0.91% -
XYZ 50.18 68.58 16.22 -
YUV 199.66 54.26 118.25 -
System Red Green Blue C M Y K H S L
Decimal 186 232 69 0.20 0 0.70 0.09 76.93 0.78 0.59
Hex BA E8 45 14 0 46 9 4D 4E 3B
Octal 272 350 105 24 0 106 11 115 116 73
Binary 10111010 11101000 1000101 10100 0 1000110 1001 1001101 1001110 111011

Color Harmonies of #BAE845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE845

Black with #BAE845

Text Example


Text Example

White with #BAE845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE845; }

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

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

background-color css

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

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

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

border-color css

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

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

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