Html Css Color HEX #BAFA59 Conifer

📋 copy color: '#BAFA59'

red 186 ◦ green 250 ◦ blue 89

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

Shades of Conifer #BAFA59

Tints of Conifer #BAFA59

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

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

R = 35.43%
G = 47.62%
B = 16.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#BAFA59 (or 0xBAFA59) is known color: Conifer. HEX triplet: BA, FA and 59. RGB value is (186,250,89). Sum of RGB (Red+Green+Blue) = 186+250+89=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA59 is #4505A6. Grayscale: #D5D5D5. Windows color (decimal): -4523431 or 5896890. OLE color: 5896890.

HSL color Cylindrical-coordinate representation of color #BAFA59: hue angle of 83.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAFA59 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 89 -
CMYK 0.26 0 0.64 0.02
HSL 83.85º 0.94% 0.66% -
HSV(B) 83.85º 0.64% 0.98% -
XYZ 56.24 79.53 21.84 -
YUV 212.51 58.3 109.09 -
System Red Green Blue C M Y K H S L
Decimal 186 250 89 0.26 0 0.64 0.02 83.85 0.94 0.66
Hex BA FA 59 1A 0 40 2 54 5E 42
Octal 272 372 131 32 0 100 2 124 136 102
Binary 10111010 11111010 1011001 11010 0 1000000 10 1010100 1011110 1000010

Color Harmonies of #BAFA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA59

Black with #BAFA59

Text Example


Text Example

White with #BAFA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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