Html Css Color HEX #BAE467 Conifer

📋 copy color: '#BAE467'

red 186 ◦ green 228 ◦ blue 103

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

Shades of Conifer #BAE467

Tints of Conifer #BAE467

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

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

R = 35.98%
G = 44.1%
B = 19.92%

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

#BAE467 (or 0xBAE467) is known color: Conifer. HEX triplet: BA, E4 and 67. RGB value is (186,228,103). Sum of RGB (Red+Green+Blue) = 186+228+103=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE467 is #451B98. Grayscale: #C9C9C9. Windows color (decimal): -4529049 or 6808762. OLE color: 6808762.

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

Color convert

RGB 186 228 103 -
CMYK 0.18 0 0.55 0.11
HSL 80.16º 0.7% 0.65% -
HSV(B) 80.16º 0.55% 0.89% -
XYZ 50.44 66.91 23.09 -
YUV 201.19 72.59 117.16 -
System Red Green Blue C M Y K H S L
Decimal 186 228 103 0.18 0 0.55 0.11 80.16 0.7 0.65
Hex BA E4 67 12 0 37 B 50 46 41
Octal 272 344 147 22 0 67 13 120 106 101
Binary 10111010 11100100 1100111 10010 0 110111 1011 1010000 1000110 1000001

Color Harmonies of #BAE467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE467

Black with #BAE467

Text Example


Text Example

White with #BAE467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE467; }

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

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

background-color css

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

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

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

border-color css

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

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

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