Html Css Color HEX #BAF057 Conifer

📋 copy color: '#BAF057'

red 186 ◦ green 240 ◦ blue 87

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

Shades of Conifer #BAF057

Tints of Conifer #BAF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.78%

 BLUE value IS 87 (34.38% from 255) = 16.96%

R = 36.26%
G = 46.78%
B = 16.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#BAF057 (or 0xBAF057) is known color: Conifer. HEX triplet: BA, F0 and 57. RGB value is (186,240,87). Sum of RGB (Red+Green+Blue) = 186+240+87=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF057 is #450FA8. Grayscale: #CECECE. Windows color (decimal): -4525993 or 5763258. OLE color: 5763258.

HSL color Cylindrical-coordinate representation of color #BAF057: hue angle of 81.18º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF057 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 87 -
CMYK 0.22 0 0.64 0.06
HSL 81.18º 0.84% 0.64% -
HSV(B) 81.18º 0.64% 0.94% -
XYZ 53.13 73.45 20.39 -
YUV 206.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 186 240 87 0.22 0 0.64 0.06 81.18 0.84 0.64
Hex BA F0 57 16 0 40 6 51 54 40
Octal 272 360 127 26 0 100 6 121 124 100
Binary 10111010 11110000 1010111 10110 0 1000000 110 1010001 1010100 1000000

Color Harmonies of #BAF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF057

Black with #BAF057

Text Example


Text Example

White with #BAF057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF057; }

 p { color: rgb(186,240,87); }

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

background-color css

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

 a { background-color: rgb(186,240,87); }

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

border-color css

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

 span { border-color: rgb(186,240,87); }

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