Html Css Color HEX #BAE167 Conifer

📋 copy color: '#BAE167'

red 186 ◦ green 225 ◦ blue 103

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

Shades of Conifer #BAE167

Tints of Conifer #BAE167

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.77%

 BLUE value IS 103 (40.63% from 255) = 20.04%

R = 36.19%
G = 43.77%
B = 20.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BAE167 (or 0xBAE167) is known color: Conifer. HEX triplet: BA, E1 and 67. RGB value is (186,225,103). Sum of RGB (Red+Green+Blue) = 186+225+103=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE167 is #451E98. Grayscale: #C7C7C7. Windows color (decimal): -4529817 or 6807994. OLE color: 6807994.

HSL color Cylindrical-coordinate representation of color #BAE167: hue angle of 79.18º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE167 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 103 -
CMYK 0.17 0 0.54 0.12
HSL 79.18º 0.67% 0.64% -
HSV(B) 79.18º 0.54% 0.88% -
XYZ 49.62 65.27 22.81 -
YUV 199.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 186 225 103 0.17 0 0.54 0.12 79.18 0.67 0.64
Hex BA E1 67 11 0 36 C 4F 43 40
Octal 272 341 147 21 0 66 14 117 103 100
Binary 10111010 11100001 1100111 10001 0 110110 1100 1001111 1000011 1000000

Color Harmonies of #BAE167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE167

Black with #BAE167

Text Example


Text Example

White with #BAE167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE167; }

 p { color: rgb(186,225,103); }

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

background-color css

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

 a { background-color: rgb(186,225,103); }

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

border-color css

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

 span { border-color: rgb(186,225,103); }

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