Html Css Color HEX #BAE951 Conifer

📋 copy color: '#BAE951'

red 186 ◦ green 233 ◦ blue 81

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

Shades of Conifer #BAE951

Tints of Conifer #BAE951

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.6%

 BLUE value IS 81 (32.03% from 255) = 16.2%

R = 37.2%
G = 46.6%
B = 16.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BAE951 (or 0xBAE951) is known color: Conifer. HEX triplet: BA, E9 and 51. RGB value is (186,233,81). Sum of RGB (Red+Green+Blue) = 186+233+81=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE951 is #4516AE. Grayscale: #CACACA. Windows color (decimal): -4527791 or 5368250. OLE color: 5368250.

HSL color Cylindrical-coordinate representation of color #BAE951: hue angle of 78.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAE951 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 81 -
CMYK 0.20 0 0.65 0.09
HSL 78.55º 0.78% 0.62% -
HSV(B) 78.55º 0.65% 0.91% -
XYZ 50.87 69.31 18.48 -
YUV 201.62 59.93 116.86 -
System Red Green Blue C M Y K H S L
Decimal 186 233 81 0.20 0 0.65 0.09 78.55 0.78 0.62
Hex BA E9 51 14 0 41 9 4F 4E 3E
Octal 272 351 121 24 0 101 11 117 116 76
Binary 10111010 11101001 1010001 10100 0 1000001 1001 1001111 1001110 111110

Color Harmonies of #BAE951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE951

Black with #BAE951

Text Example


Text Example

White with #BAE951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE951; }

 p { color: rgb(186,233,81); }

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

background-color css

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

 a { background-color: rgb(186,233,81); }

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

border-color css

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

 span { border-color: rgb(186,233,81); }

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