Html Css Color HEX #BAF65D Conifer

📋 copy color: '#BAF65D'

red 186 ◦ green 246 ◦ blue 93

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

Shades of Conifer #BAF65D

Tints of Conifer #BAF65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 35.43%
G = 46.86%
B = 17.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#BAF65D (or 0xBAF65D) is known color: Conifer. HEX triplet: BA, F6 and 5D. RGB value is (186,246,93). Sum of RGB (Red+Green+Blue) = 186+246+93=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF65D is #4509A2. Grayscale: #D3D3D3. Windows color (decimal): -4524451 or 6158010. OLE color: 6158010.

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

Color convert

RGB 186 246 93 -
CMYK 0.24 0 0.62 0.04
HSL 83.53º 0.89% 0.66% -
HSV(B) 83.53º 0.62% 0.96% -
XYZ 55.18 77.14 22.34 -
YUV 210.62 61.62 110.44 -
System Red Green Blue C M Y K H S L
Decimal 186 246 93 0.24 0 0.62 0.04 83.53 0.89 0.66
Hex BA F6 5D 18 0 3E 4 54 59 42
Octal 272 366 135 30 0 76 4 124 131 102
Binary 10111010 11110110 1011101 11000 0 111110 100 1010100 1011001 1000010

Color Harmonies of #BAF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF65D

Black with #BAF65D

Text Example


Text Example

White with #BAF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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