Html Css Color HEX #BAE045 Conifer

📋 copy color: '#BAE045'

red 186 ◦ green 224 ◦ blue 69

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

Shades of Conifer #BAE045

Tints of Conifer #BAE045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

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

R = 38.83%
G = 46.76%
B = 14.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#BAE045 (or 0xBAE045) is known color: Conifer. HEX triplet: BA, E0 and 45. RGB value is (186,224,69). Sum of RGB (Red+Green+Blue) = 186+224+69=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE045 is #451FBA. Grayscale: #C3C3C3. Windows color (decimal): -4530107 or 4579514. OLE color: 4579514.

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

Color convert

RGB 186 224 69 -
CMYK 0.17 0 0.69 0.12
HSL 74.71º 0.71% 0.57% -
HSV(B) 74.71º 0.69% 0.88% -
XYZ 47.98 64.18 15.49 -
YUV 194.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 186 224 69 0.17 0 0.69 0.12 74.71 0.71 0.57
Hex BA E0 45 11 0 45 C 4B 47 39
Octal 272 340 105 21 0 105 14 113 107 71
Binary 10111010 11100000 1000101 10001 0 1000101 1100 1001011 1000111 111001

Color Harmonies of #BAE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE045

Black with #BAE045

Text Example


Text Example

White with #BAE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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