Html Css Color HEX #BAE545 Conifer

📋 copy color: '#BAE545'

red 186 ◦ green 229 ◦ blue 69

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

Shades of Conifer #BAE545

Tints of Conifer #BAE545

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

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

R = 38.43%
G = 47.31%
B = 14.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#BAE545 (or 0xBAE545) is known color: Conifer. HEX triplet: BA, E5 and 45. RGB value is (186,229,69). Sum of RGB (Red+Green+Blue) = 186+229+69=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE545 is #451ABA. Grayscale: #C6C6C6. Windows color (decimal): -4528827 or 4580794. OLE color: 4580794.

HSL color Cylindrical-coordinate representation of color #BAE545: hue angle of 76.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE545 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 69 -
CMYK 0.19 0 0.70 0.10
HSL 76.13º 0.75% 0.58% -
HSV(B) 76.13º 0.7% 0.9% -
XYZ 49.34 66.91 15.94 -
YUV 197.9 55.25 119.51 -
System Red Green Blue C M Y K H S L
Decimal 186 229 69 0.19 0 0.70 0.10 76.13 0.75 0.58
Hex BA E5 45 13 0 46 A 4C 4B 3A
Octal 272 345 105 23 0 106 12 114 113 72
Binary 10111010 11100101 1000101 10011 0 1000110 1010 1001100 1001011 111010

Color Harmonies of #BAE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE545

Black with #BAE545

Text Example


Text Example

White with #BAE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE545; }

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

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

background-color css

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

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

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

border-color css

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

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

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