Html Css Color HEX #BAE265 Conifer

📋 copy color: '#BAE265'

red 186 ◦ green 226 ◦ blue 101

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

Shades of Conifer #BAE265

Tints of Conifer #BAE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.05%

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

R = 36.26%
G = 44.05%
B = 19.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#BAE265 (or 0xBAE265) is known color: Conifer. HEX triplet: BA, E2 and 65. RGB value is (186,226,101). Sum of RGB (Red+Green+Blue) = 186+226+101=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE265 is #451D9A. Grayscale: #C8C8C8. Windows color (decimal): -4529563 or 6677178. OLE color: 6677178.

HSL color Cylindrical-coordinate representation of color #BAE265: hue angle of 79.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE265 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 101 -
CMYK 0.18 0 0.55 0.11
HSL 79.2º 0.68% 0.64% -
HSV(B) 79.2º 0.55% 0.89% -
XYZ 49.8 65.77 22.38 -
YUV 199.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 186 226 101 0.18 0 0.55 0.11 79.2 0.68 0.64
Hex BA E2 65 12 0 37 B 4F 44 40
Octal 272 342 145 22 0 67 13 117 104 100
Binary 10111010 11100010 1100101 10010 0 110111 1011 1001111 1000100 1000000

Color Harmonies of #BAE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE265

Black with #BAE265

Text Example


Text Example

White with #BAE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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