Html Css Color HEX #BAF563 Conifer

📋 copy color: '#BAF563'

red 186 ◦ green 245 ◦ blue 99

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

Shades of Conifer #BAF563

Tints of Conifer #BAF563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.68%

R = 35.09%
G = 46.23%
B = 18.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#BAF563 (or 0xBAF563) is known color: Conifer. HEX triplet: BA, F5 and 63. RGB value is (186,245,99). Sum of RGB (Red+Green+Blue) = 186+245+99=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF563 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF563 is #450A9C. Grayscale: #D3D3D3. Windows color (decimal): -4524701 or 6550970. OLE color: 6550970.

HSL color Cylindrical-coordinate representation of color #BAF563: hue angle of 84.25º 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 #BAF563 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 99 -
CMYK 0.24 0 0.60 0.04
HSL 84.25º 0.88% 0.67% -
HSV(B) 84.25º 0.6% 0.96% -
XYZ 55.15 76.64 23.69 -
YUV 210.72 64.95 110.37 -
System Red Green Blue C M Y K H S L
Decimal 186 245 99 0.24 0 0.60 0.04 84.25 0.88 0.67
Hex BA F5 63 18 0 3C 4 54 58 43
Octal 272 365 143 30 0 74 4 124 130 103
Binary 10111010 11110101 1100011 11000 0 111100 100 1010100 1011000 1000011

Color Harmonies of #BAF563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF563

Black with #BAF563

Text Example


Text Example

White with #BAF563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF563; }

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

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

background-color css

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

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

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

border-color css

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

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

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