Html Css Color HEX #BAE565 Conifer

📋 copy color: '#BAE565'

red 186 ◦ green 229 ◦ blue 101

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

Shades of Conifer #BAE565

Tints of Conifer #BAE565

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.38%

 BLUE value IS 101 (39.84% from 255) = 19.57%

R = 36.05%
G = 44.38%
B = 19.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#BAE565 (or 0xBAE565) is known color: Conifer. HEX triplet: BA, E5 and 65. RGB value is (186,229,101). Sum of RGB (Red+Green+Blue) = 186+229+101=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE565 is #451A9A. Grayscale: #CACACA. Windows color (decimal): -4528795 or 6677946. OLE color: 6677946.

HSL color Cylindrical-coordinate representation of color #BAE565: hue angle of 80.16º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE565 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 101 -
CMYK 0.19 0 0.56 0.10
HSL 80.16º 0.71% 0.65% -
HSV(B) 80.16º 0.56% 0.9% -
XYZ 50.62 67.42 22.66 -
YUV 201.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 186 229 101 0.19 0 0.56 0.10 80.16 0.71 0.65
Hex BA E5 65 13 0 38 A 50 47 41
Octal 272 345 145 23 0 70 12 120 107 101
Binary 10111010 11100101 1100101 10011 0 111000 1010 1010000 1000111 1000001

Color Harmonies of #BAE565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE565

Black with #BAE565

Text Example


Text Example

White with #BAE565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE565; }

 p { color: rgb(186,229,101); }

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

background-color css

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

 a { background-color: rgb(186,229,101); }

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

border-color css

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

 span { border-color: rgb(186,229,101); }

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