Html Css Color HEX #BAF658 Conifer

📋 copy color: '#BAF658'

red 186 ◦ green 246 ◦ blue 88

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

Shades of Conifer #BAF658

Tints of Conifer #BAF658

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 35.77%
G = 47.31%
B = 16.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#BAF658 (or 0xBAF658) is known color: Conifer. HEX triplet: BA, F6 and 58. RGB value is (186,246,88). Sum of RGB (Red+Green+Blue) = 186+246+88=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF658 is #4509A7. Grayscale: #D2D2D2. Windows color (decimal): -4524456 or 5830330. OLE color: 5830330.

HSL color Cylindrical-coordinate representation of color #BAF658: hue angle of 82.78º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF658 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 88 -
CMYK 0.24 0 0.64 0.04
HSL 82.78º 0.9% 0.65% -
HSV(B) 82.78º 0.64% 0.96% -
XYZ 54.97 77.06 21.21 -
YUV 210.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 186 246 88 0.24 0 0.64 0.04 82.78 0.9 0.65
Hex BA F6 58 18 0 40 4 53 5A 41
Octal 272 366 130 30 0 100 4 123 132 101
Binary 10111010 11110110 1011000 11000 0 1000000 100 1010011 1011010 1000001

Color Harmonies of #BAF658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF658

Black with #BAF658

Text Example


Text Example

White with #BAF658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF658; }

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

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

background-color css

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

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

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

border-color css

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

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

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