Html Css Color HEX #BAF358 Conifer

📋 copy color: '#BAF358'

red 186 ◦ green 243 ◦ blue 88

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

Shades of Conifer #BAF358

Tints of Conifer #BAF358

RGB

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

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

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

R = 35.98%
G = 47%
B = 17.02%

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

#BAF358 (or 0xBAF358) is known color: Conifer. HEX triplet: BA, F3 and 58. RGB value is (186,243,88). Sum of RGB (Red+Green+Blue) = 186+243+88=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF358 is #450CA7. Grayscale: #D0D0D0. Windows color (decimal): -4525224 or 5829562. OLE color: 5829562.

HSL color Cylindrical-coordinate representation of color #BAF358: hue angle of 82.06º 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 #BAF358 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 88 -
CMYK 0.23 0 0.64 0.05
HSL 82.06º 0.87% 0.65% -
HSV(B) 82.06º 0.64% 0.95% -
XYZ 54.06 75.24 20.91 -
YUV 208.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 186 243 88 0.23 0 0.64 0.05 82.06 0.87 0.65
Hex BA F3 58 17 0 40 5 52 57 41
Octal 272 363 130 27 0 100 5 122 127 101
Binary 10111010 11110011 1011000 10111 0 1000000 101 1010010 1010111 1000001

Color Harmonies of #BAF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF358

Black with #BAF358

Text Example


Text Example

White with #BAF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF358; }

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

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

background-color css

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

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

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

border-color css

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

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

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