Html Css Color HEX #BAE765 Conifer

📋 copy color: '#BAE765'

red 186 ◦ green 231 ◦ blue 101

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

Shades of Conifer #BAE765

Tints of Conifer #BAE765

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.59%

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

R = 35.91%
G = 44.59%
B = 19.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#BAE765 (or 0xBAE765) is known color: Conifer. HEX triplet: BA, E7 and 65. RGB value is (186,231,101). Sum of RGB (Red+Green+Blue) = 186+231+101=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE765 is #45189A. Grayscale: #CBCBCB. Windows color (decimal): -4528283 or 6678458. OLE color: 6678458.

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

Color convert

RGB 186 231 101 -
CMYK 0.19 0 0.56 0.09
HSL 80.77º 0.73% 0.65% -
HSV(B) 80.77º 0.56% 0.91% -
XYZ 51.17 68.53 22.84 -
YUV 202.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 186 231 101 0.19 0 0.56 0.09 80.77 0.73 0.65
Hex BA E7 65 13 0 38 9 51 49 41
Octal 272 347 145 23 0 70 11 121 111 101
Binary 10111010 11100111 1100101 10011 0 111000 1001 1010001 1001001 1000001

Color Harmonies of #BAE765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE765

Black with #BAE765

Text Example


Text Example

White with #BAE765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE765; }

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

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

background-color css

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

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

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

border-color css

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

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

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