Html Css Color HEX #BAEA4D Conifer

📋 copy color: '#BAEA4D'

red 186 ◦ green 234 ◦ blue 77

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

Shades of Conifer #BAEA4D

Tints of Conifer #BAEA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 37.42%
G = 47.08%
B = 15.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#BAEA4D (or 0xBAEA4D) is known color: Conifer. HEX triplet: BA, EA and 4D. RGB value is (186,234,77). Sum of RGB (Red+Green+Blue) = 186+234+77=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA4D is #4515B2. Grayscale: #CACACA. Windows color (decimal): -4527539 or 5106362. OLE color: 5106362.

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

Color convert

RGB 186 234 77 -
CMYK 0.21 0 0.67 0.08
HSL 78.34º 0.79% 0.61% -
HSV(B) 78.34º 0.67% 0.92% -
XYZ 51.01 69.82 17.81 -
YUV 201.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 186 234 77 0.21 0 0.67 0.08 78.34 0.79 0.61
Hex BA EA 4D 15 0 43 8 4E 4F 3D
Octal 272 352 115 25 0 103 10 116 117 75
Binary 10111010 11101010 1001101 10101 0 1000011 1000 1001110 1001111 111101

Color Harmonies of #BAEA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA4D

Black with #BAEA4D

Text Example


Text Example

White with #BAEA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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