Html Css Color HEX #BAF357 Conifer

📋 copy color: '#BAF357'

red 186 ◦ green 243 ◦ blue 87

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

Shades of Conifer #BAF357

Tints of Conifer #BAF357

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.09%

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

R = 36.05%
G = 47.09%
B = 16.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BAF357 (or 0xBAF357) is known color: Conifer. HEX triplet: BA, F3 and 57. RGB value is (186,243,87). Sum of RGB (Red+Green+Blue) = 186+243+87=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF357 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF357 is #450CA8. Grayscale: #D0D0D0. Windows color (decimal): -4525225 or 5764026. OLE color: 5764026.

HSL color Cylindrical-coordinate representation of color #BAF357: hue angle of 81.92º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF357 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 87 -
CMYK 0.23 0 0.64 0.05
HSL 81.92º 0.87% 0.65% -
HSV(B) 81.92º 0.64% 0.95% -
XYZ 54.02 75.23 20.69 -
YUV 208.17 59.62 112.18 -
System Red Green Blue C M Y K H S L
Decimal 186 243 87 0.23 0 0.64 0.05 81.92 0.87 0.65
Hex BA F3 57 17 0 40 5 52 57 41
Octal 272 363 127 27 0 100 5 122 127 101
Binary 10111010 11110011 1010111 10111 0 1000000 101 1010010 1010111 1000001

Color Harmonies of #BAF357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF357

Black with #BAF357

Text Example


Text Example

White with #BAF357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF357; }

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

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

background-color css

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

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

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

border-color css

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

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

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