Html Css Color HEX #BAE667 Conifer

📋 copy color: '#BAE667'

red 186 ◦ green 230 ◦ blue 103

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

Shades of Conifer #BAE667

Tints of Conifer #BAE667

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

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

R = 35.84%
G = 44.32%
B = 19.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#BAE667 (or 0xBAE667) is known color: Conifer. HEX triplet: BA, E6 and 67. RGB value is (186,230,103). Sum of RGB (Red+Green+Blue) = 186+230+103=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE667 is #451998. Grayscale: #CACACA. Windows color (decimal): -4528537 or 6809274. OLE color: 6809274.

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

Color convert

RGB 186 230 103 -
CMYK 0.19 0 0.55 0.10
HSL 80.79º 0.72% 0.65% -
HSV(B) 80.79º 0.55% 0.9% -
XYZ 50.99 68.01 23.27 -
YUV 202.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 186 230 103 0.19 0 0.55 0.10 80.79 0.72 0.65
Hex BA E6 67 13 0 37 A 51 48 41
Octal 272 346 147 23 0 67 12 121 110 101
Binary 10111010 11100110 1100111 10011 0 110111 1010 1010001 1001000 1000001

Color Harmonies of #BAE667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE667

Black with #BAE667

Text Example


Text Example

White with #BAE667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE667; }

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

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

background-color css

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

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

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

border-color css

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

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

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