Html Css Color HEX #BAEA4F Conifer

📋 copy color: '#BAEA4F'

red 186 ◦ green 234 ◦ blue 79

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

Shades of Conifer #BAEA4F

Tints of Conifer #BAEA4F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 37.27%
G = 46.89%
B = 15.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#BAEA4F (or 0xBAEA4F) is known color: Conifer. HEX triplet: BA, EA and 4F. RGB value is (186,234,79). Sum of RGB (Red+Green+Blue) = 186+234+79=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA4F is #4515B0. Grayscale: #CACACA. Windows color (decimal): -4527537 or 5237434. OLE color: 5237434.

HSL color Cylindrical-coordinate representation of color #BAEA4F: hue angle of 78.58º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAEA4F is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 79 -
CMYK 0.21 0 0.66 0.08
HSL 78.58º 0.79% 0.61% -
HSV(B) 78.58º 0.66% 0.92% -
XYZ 51.08 69.85 18.19 -
YUV 201.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 186 234 79 0.21 0 0.66 0.08 78.58 0.79 0.61
Hex BA EA 4F 15 0 42 8 4F 4F 3D
Octal 272 352 117 25 0 102 10 117 117 75
Binary 10111010 11101010 1001111 10101 0 1000010 1000 1001111 1001111 111101

Color Harmonies of #BAEA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA4F

Black with #BAEA4F

Text Example


Text Example

White with #BAEA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA4F; }

 p { color: rgb(186,234,79); }

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

background-color css

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

 a { background-color: rgb(186,234,79); }

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

border-color css

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

 span { border-color: rgb(186,234,79); }

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