Html Css Color HEX #BAF961 Conifer

📋 copy color: '#BAF961'

red 186 ◦ green 249 ◦ blue 97

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

Shades of Conifer #BAF961

Tints of Conifer #BAF961

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 34.96%
G = 46.8%
B = 18.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#BAF961 (or 0xBAF961) is known color: Conifer. HEX triplet: BA, F9 and 61. RGB value is (186,249,97). Sum of RGB (Red+Green+Blue) = 186+249+97=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF961 is #45069E. Grayscale: #D5D5D5. Windows color (decimal): -4523679 or 6420922. OLE color: 6420922.

HSL color Cylindrical-coordinate representation of color #BAF961: hue angle of 84.87º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF961 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 97 -
CMYK 0.25 0 0.61 0.02
HSL 84.87º 0.93% 0.68% -
HSV(B) 84.87º 0.61% 0.98% -
XYZ 56.28 79.05 23.6 -
YUV 212.84 62.63 108.86 -
System Red Green Blue C M Y K H S L
Decimal 186 249 97 0.25 0 0.61 0.02 84.87 0.93 0.68
Hex BA F9 61 19 0 3D 2 55 5D 44
Octal 272 371 141 31 0 75 2 125 135 104
Binary 10111010 11111001 1100001 11001 0 111101 10 1010101 1011101 1000100

Color Harmonies of #BAF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF961

Black with #BAF961

Text Example


Text Example

White with #BAF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF961; }

 p { color: rgb(186,249,97); }

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

background-color css

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

 a { background-color: rgb(186,249,97); }

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

border-color css

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

 span { border-color: rgb(186,249,97); }

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