Html Css Color HEX #BAE955 Conifer

📋 copy color: '#BAE955'

red 186 ◦ green 233 ◦ blue 85

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

Shades of Conifer #BAE955

Tints of Conifer #BAE955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 36.9%
G = 46.23%
B = 16.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#BAE955 (or 0xBAE955) is known color: Conifer. HEX triplet: BA, E9 and 55. RGB value is (186,233,85). Sum of RGB (Red+Green+Blue) = 186+233+85=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE955 is #4516AA. Grayscale: #CACACA. Windows color (decimal): -4527787 or 5630394. OLE color: 5630394.

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

Color convert

RGB 186 233 85 -
CMYK 0.20 0 0.64 0.09
HSL 79.05º 0.77% 0.62% -
HSV(B) 79.05º 0.64% 0.91% -
XYZ 51.03 69.37 19.3 -
YUV 202.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 186 233 85 0.20 0 0.64 0.09 79.05 0.77 0.62
Hex BA E9 55 14 0 40 9 4F 4D 3E
Octal 272 351 125 24 0 100 11 117 115 76
Binary 10111010 11101001 1010101 10100 0 1000000 1001 1001111 1001101 111110

Color Harmonies of #BAE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE955

Black with #BAE955

Text Example


Text Example

White with #BAE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE955; }

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

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

background-color css

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

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

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

border-color css

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

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

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