Html Css Color HEX #BAE544 Conifer

📋 copy color: '#BAE544'

red 186 ◦ green 229 ◦ blue 68

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

Shades of Conifer #BAE544

Tints of Conifer #BAE544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 38.51%
G = 47.41%
B = 14.08%

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

#BAE544 (or 0xBAE544) is known color: Conifer. HEX triplet: BA, E5 and 44. RGB value is (186,229,68). Sum of RGB (Red+Green+Blue) = 186+229+68=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE544 is #451ABB. Grayscale: #C6C6C6. Windows color (decimal): -4528828 or 4515258. OLE color: 4515258.

HSL color Cylindrical-coordinate representation of color #BAE544: hue angle of 76.02º degrees, saturation: 0.76, 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 #BAE544 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 68 -
CMYK 0.19 0 0.70 0.10
HSL 76.02º 0.76% 0.58% -
HSV(B) 76.02º 0.7% 0.9% -
XYZ 49.31 66.9 15.78 -
YUV 197.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 186 229 68 0.19 0 0.70 0.10 76.02 0.76 0.58
Hex BA E5 44 13 0 46 A 4C 4C 3A
Octal 272 345 104 23 0 106 12 114 114 72
Binary 10111010 11100101 1000100 10011 0 1000110 1010 1001100 1001100 111010

Color Harmonies of #BAE544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE544

Black with #BAE544

Text Example


Text Example

White with #BAE544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE544; }

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

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

background-color css

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

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

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

border-color css

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

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

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