Html Css Color HEX #BAE744 Conifer

📋 copy color: '#BAE744'

red 186 ◦ green 231 ◦ blue 68

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

Shades of Conifer #BAE744

Tints of Conifer #BAE744

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

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

R = 38.35%
G = 47.63%
B = 14.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#BAE744 (or 0xBAE744) is known color: Conifer. HEX triplet: BA, E7 and 44. RGB value is (186,231,68). Sum of RGB (Red+Green+Blue) = 186+231+68=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE744 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE744 is #4518BB. Grayscale: #C7C7C7. Windows color (decimal): -4528316 or 4515770. OLE color: 4515770.

HSL color Cylindrical-coordinate representation of color #BAE744: hue angle of 76.56º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAE744 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 68 -
CMYK 0.19 0 0.71 0.09
HSL 76.56º 0.77% 0.59% -
HSV(B) 76.56º 0.71% 0.91% -
XYZ 49.87 68.01 15.97 -
YUV 198.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 186 231 68 0.19 0 0.71 0.09 76.56 0.77 0.59
Hex BA E7 44 13 0 47 9 4D 4D 3B
Octal 272 347 104 23 0 107 11 115 115 73
Binary 10111010 11100111 1000100 10011 0 1000111 1001 1001101 1001101 111011

Color Harmonies of #BAE744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE744

Black with #BAE744

Text Example


Text Example

White with #BAE744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE744; }

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

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

background-color css

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

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

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

border-color css

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

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

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