Html Css Color HEX #BAE464 Conifer

📋 copy color: '#BAE464'

red 186 ◦ green 228 ◦ blue 100

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

Shades of Conifer #BAE464

Tints of Conifer #BAE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.36%

 BLUE value IS 100 (39.45% from 255) = 19.46%

R = 36.19%
G = 44.36%
B = 19.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#BAE464 (or 0xBAE464) is known color: Conifer. HEX triplet: BA, E4 and 64. RGB value is (186,228,100). Sum of RGB (Red+Green+Blue) = 186+228+100=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE464 is #451B9B. Grayscale: #C9C9C9. Windows color (decimal): -4529052 or 6612154. OLE color: 6612154.

HSL color Cylindrical-coordinate representation of color #BAE464: hue angle of 79.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE464 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 100 -
CMYK 0.18 0 0.56 0.11
HSL 79.69º 0.7% 0.64% -
HSV(B) 79.69º 0.56% 0.89% -
XYZ 50.29 66.85 22.31 -
YUV 200.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 186 228 100 0.18 0 0.56 0.11 79.69 0.7 0.64
Hex BA E4 64 12 0 38 B 50 46 40
Octal 272 344 144 22 0 70 13 120 106 100
Binary 10111010 11100100 1100100 10010 0 111000 1011 1010000 1000110 1000000

Color Harmonies of #BAE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE464

Black with #BAE464

Text Example


Text Example

White with #BAE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE464; }

 p { color: rgb(186,228,100); }

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

background-color css

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

 a { background-color: rgb(186,228,100); }

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

border-color css

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

 span { border-color: rgb(186,228,100); }

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