Html Css Color HEX #BAE945 Conifer

📋 copy color: '#BAE945'

red 186 ◦ green 233 ◦ blue 69

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

Shades of Conifer #BAE945

Tints of Conifer #BAE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.75%

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

R = 38.11%
G = 47.75%
B = 14.14%

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

#BAE945 (or 0xBAE945) is known color: Conifer. HEX triplet: BA, E9 and 45. RGB value is (186,233,69). Sum of RGB (Red+Green+Blue) = 186+233+69=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE945 is #4516BA. Grayscale: #C8C8C8. Windows color (decimal): -4527803 or 4581818. OLE color: 4581818.

HSL color Cylindrical-coordinate representation of color #BAE945: hue angle of 77.2º degrees, saturation: 0.79, 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 #BAE945 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 69 -
CMYK 0.20 0 0.70 0.09
HSL 77.2º 0.79% 0.59% -
HSV(B) 77.2º 0.7% 0.91% -
XYZ 50.46 69.15 16.32 -
YUV 200.25 53.93 117.84 -
System Red Green Blue C M Y K H S L
Decimal 186 233 69 0.20 0 0.70 0.09 77.2 0.79 0.59
Hex BA E9 45 14 0 46 9 4D 4F 3B
Octal 272 351 105 24 0 106 11 115 117 73
Binary 10111010 11101001 1000101 10100 0 1000110 1001 1001101 1001111 111011

Color Harmonies of #BAE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE945

Black with #BAE945

Text Example


Text Example

White with #BAE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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