Html Css Color HEX #BAE967 Conifer

📋 copy color: '#BAE967'

red 186 ◦ green 233 ◦ blue 103

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

Shades of Conifer #BAE967

Tints of Conifer #BAE967

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.64%

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

R = 35.63%
G = 44.64%
B = 19.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#BAE967 (or 0xBAE967) is known color: Conifer. HEX triplet: BA, E9 and 67. RGB value is (186,233,103). Sum of RGB (Red+Green+Blue) = 186+233+103=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE967 is #451698. Grayscale: #CCCCCC. Windows color (decimal): -4527769 or 6810042. OLE color: 6810042.

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

Color convert

RGB 186 233 103 -
CMYK 0.20 0 0.56 0.09
HSL 81.69º 0.75% 0.66% -
HSV(B) 81.69º 0.56% 0.91% -
XYZ 51.84 69.7 23.55 -
YUV 204.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 186 233 103 0.20 0 0.56 0.09 81.69 0.75 0.66
Hex BA E9 67 14 0 38 9 52 4B 42
Octal 272 351 147 24 0 70 11 122 113 102
Binary 10111010 11101001 1100111 10100 0 111000 1001 1010010 1001011 1000010

Color Harmonies of #BAE967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE967

Black with #BAE967

Text Example


Text Example

White with #BAE967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE967; }

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

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

background-color css

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

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

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

border-color css

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

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

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