Html Css Color HEX #BAF359 Conifer

📋 copy color: '#BAF359'

red 186 ◦ green 243 ◦ blue 89

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

Shades of Conifer #BAF359

Tints of Conifer #BAF359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.18%

R = 35.91%
G = 46.91%
B = 17.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#BAF359 (or 0xBAF359) is known color: Conifer. HEX triplet: BA, F3 and 59. RGB value is (186,243,89). Sum of RGB (Red+Green+Blue) = 186+243+89=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF359 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF359 is #450CA6. Grayscale: #D0D0D0. Windows color (decimal): -4525223 or 5895098. OLE color: 5895098.

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

Color convert

RGB 186 243 89 -
CMYK 0.23 0 0.63 0.05
HSL 82.21º 0.87% 0.65% -
HSV(B) 82.21º 0.63% 0.95% -
XYZ 54.1 75.26 21.13 -
YUV 208.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 186 243 89 0.23 0 0.63 0.05 82.21 0.87 0.65
Hex BA F3 59 17 0 3F 5 52 57 41
Octal 272 363 131 27 0 77 5 122 127 101
Binary 10111010 11110011 1011001 10111 0 111111 101 1010010 1010111 1000001

Color Harmonies of #BAF359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF359

Black with #BAF359

Text Example


Text Example

White with #BAF359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF359; }

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

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

background-color css

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

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

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

border-color css

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

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

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