Html Css Color HEX #BAEA46 Conifer

📋 copy color: '#BAEA46'

red 186 ◦ green 234 ◦ blue 70

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

Shades of Conifer #BAEA46

Tints of Conifer #BAEA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.29%

R = 37.96%
G = 47.76%
B = 14.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#BAEA46 (or 0xBAEA46) is known color: Conifer. HEX triplet: BA, EA and 46. RGB value is (186,234,70). Sum of RGB (Red+Green+Blue) = 186+234+70=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA46 is #4515B9. Grayscale: #C9C9C9. Windows color (decimal): -4527546 or 4647610. OLE color: 4647610.

HSL color Cylindrical-coordinate representation of color #BAEA46: hue angle of 77.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAEA46 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 70 -
CMYK 0.21 0 0.70 0.08
HSL 77.56º 0.8% 0.6% -
HSV(B) 77.56º 0.7% 0.92% -
XYZ 50.78 69.73 16.58 -
YUV 200.95 54.1 117.34 -
System Red Green Blue C M Y K H S L
Decimal 186 234 70 0.21 0 0.70 0.08 77.56 0.8 0.6
Hex BA EA 46 15 0 46 8 4E 50 3C
Octal 272 352 106 25 0 106 10 116 120 74
Binary 10111010 11101010 1000110 10101 0 1000110 1000 1001110 1010000 111100

Color Harmonies of #BAEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA46

Black with #BAEA46

Text Example


Text Example

White with #BAEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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