Html Css Color HEX #BAF762 Conifer

📋 copy color: '#BAF762'

red 186 ◦ green 247 ◦ blue 98

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

Shades of Conifer #BAF762

Tints of Conifer #BAF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.52%

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

R = 35.03%
G = 46.52%
B = 18.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BAF762 (or 0xBAF762) is known color: Conifer. HEX triplet: BA, F7 and 62. RGB value is (186,247,98). Sum of RGB (Red+Green+Blue) = 186+247+98=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF762 is #45089D. Grayscale: #D4D4D4. Windows color (decimal): -4524190 or 6485946. OLE color: 6485946.

HSL color Cylindrical-coordinate representation of color #BAF762: hue angle of 84.56º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF762 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 98 -
CMYK 0.25 0 0.60 0.03
HSL 84.56º 0.9% 0.68% -
HSV(B) 84.56º 0.6% 0.97% -
XYZ 55.72 77.84 23.64 -
YUV 211.78 63.79 109.62 -
System Red Green Blue C M Y K H S L
Decimal 186 247 98 0.25 0 0.60 0.03 84.56 0.9 0.68
Hex BA F7 62 19 0 3C 3 55 5A 44
Octal 272 367 142 31 0 74 3 125 132 104
Binary 10111010 11110111 1100010 11001 0 111100 11 1010101 1011010 1000100

Color Harmonies of #BAF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF762

Black with #BAF762

Text Example


Text Example

White with #BAF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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