Html Css Color HEX #BAF058 Conifer

📋 copy color: '#BAF058'

red 186 ◦ green 240 ◦ blue 88

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

Shades of Conifer #BAF058

Tints of Conifer #BAF058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.12%

R = 36.19%
G = 46.69%
B = 17.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#BAF058 (or 0xBAF058) is known color: Conifer. HEX triplet: BA, F0 and 58. RGB value is (186,240,88). Sum of RGB (Red+Green+Blue) = 186+240+88=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF058 is #450FA7. Grayscale: #CFCFCF. Windows color (decimal): -4525992 or 5828794. OLE color: 5828794.

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

Color convert

RGB 186 240 88 -
CMYK 0.22 0 0.63 0.06
HSL 81.32º 0.84% 0.64% -
HSV(B) 81.32º 0.63% 0.94% -
XYZ 53.17 73.46 20.61 -
YUV 206.53 61.11 113.36 -
System Red Green Blue C M Y K H S L
Decimal 186 240 88 0.22 0 0.63 0.06 81.32 0.84 0.64
Hex BA F0 58 16 0 3F 6 51 54 40
Octal 272 360 130 26 0 77 6 121 124 100
Binary 10111010 11110000 1011000 10110 0 111111 110 1010001 1010100 1000000

Color Harmonies of #BAF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF058

Black with #BAF058

Text Example


Text Example

White with #BAF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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