Html Css Color HEX #BAF855 Conifer

📋 copy color: '#BAF855'

red 186 ◦ green 248 ◦ blue 85

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

Shades of Conifer #BAF855

Tints of Conifer #BAF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

 BLUE value IS 85 (33.59% from 255) = 16.38%

R = 35.84%
G = 47.78%
B = 16.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#BAF855 (or 0xBAF855) is known color: Conifer. HEX triplet: BA, F8 and 55. RGB value is (186,248,85). Sum of RGB (Red+Green+Blue) = 186+248+85=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF855 is #4507AA. Grayscale: #D3D3D3. Windows color (decimal): -4523947 or 5634234. OLE color: 5634234.

HSL color Cylindrical-coordinate representation of color #BAF855: hue angle of 82.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAF855 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 85 -
CMYK 0.25 0 0.66 0.03
HSL 82.82º 0.92% 0.65% -
HSV(B) 82.82º 0.66% 0.97% -
XYZ 55.46 78.23 20.77 -
YUV 210.88 56.96 110.25 -
System Red Green Blue C M Y K H S L
Decimal 186 248 85 0.25 0 0.66 0.03 82.82 0.92 0.65
Hex BA F8 55 19 0 42 3 53 5C 41
Octal 272 370 125 31 0 102 3 123 134 101
Binary 10111010 11111000 1010101 11001 0 1000010 11 1010011 1011100 1000001

Color Harmonies of #BAF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF855

Black with #BAF855

Text Example


Text Example

White with #BAF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF855; }

 p { color: rgb(186,248,85); }

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

background-color css

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

 a { background-color: rgb(186,248,85); }

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

border-color css

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

 span { border-color: rgb(186,248,85); }

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