Html Css Color HEX #BAF562 Conifer

📋 copy color: '#BAF562'

red 186 ◦ green 245 ◦ blue 98

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

Shades of Conifer #BAF562

Tints of Conifer #BAF562

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.31%

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 35.16%
G = 46.31%
B = 18.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#BAF562 (or 0xBAF562) is known color: Conifer. HEX triplet: BA, F5 and 62. RGB value is (186,245,98). Sum of RGB (Red+Green+Blue) = 186+245+98=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF562 is #450A9D. Grayscale: #D3D3D3. Windows color (decimal): -4524702 or 6485434. OLE color: 6485434.

HSL color Cylindrical-coordinate representation of color #BAF562: hue angle of 84.08º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF562 is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 98 -
CMYK 0.24 0 0.6 0.04
HSL 84.08º 0.88% 0.67% -
HSV(B) 84.08º 0.6% 0.96% -
XYZ 55.11 76.63 23.44 -
YUV 210.6 64.45 110.45 -
System Red Green Blue C M Y K H S L
Decimal 186 245 98 0.24 0 0.6 0.04 84.08 0.88 0.67
Hex BA F5 62 18 0 3C 4 54 58 43
Octal 272 365 142 30 0 74 4 124 130 103
Binary 10111010 11110101 1100010 11000 0 111100 100 1010100 1011000 1000011

Color Harmonies of #BAF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF562

Black with #BAF562

Text Example


Text Example

White with #BAF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF562; }

 p { color: rgb(186,245,98); }

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

background-color css

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

 a { background-color: rgb(186,245,98); }

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

border-color css

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

 span { border-color: rgb(186,245,98); }

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