Html Css Color HEX #BAF55D Conifer

📋 copy color: '#BAF55D'

red 186 ◦ green 245 ◦ blue 93

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

Shades of Conifer #BAF55D

Tints of Conifer #BAF55D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

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

R = 35.5%
G = 46.76%
B = 17.75%

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

#BAF55D (or 0xBAF55D) is known color: Conifer. HEX triplet: BA, F5 and 5D. RGB value is (186,245,93). Sum of RGB (Red+Green+Blue) = 186+245+93=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF55D is #450AA2. Grayscale: #D2D2D2. Windows color (decimal): -4524707 or 6157754. OLE color: 6157754.

HSL color Cylindrical-coordinate representation of color #BAF55D: hue angle of 83.29º degrees, saturation: 0.88, 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 #BAF55D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 93 -
CMYK 0.24 0 0.62 0.04
HSL 83.29º 0.88% 0.66% -
HSV(B) 83.29º 0.62% 0.96% -
XYZ 54.88 76.53 22.24 -
YUV 210.03 61.95 110.86 -
System Red Green Blue C M Y K H S L
Decimal 186 245 93 0.24 0 0.62 0.04 83.29 0.88 0.66
Hex BA F5 5D 18 0 3E 4 53 58 42
Octal 272 365 135 30 0 76 4 123 130 102
Binary 10111010 11110101 1011101 11000 0 111110 100 1010011 1011000 1000010

Color Harmonies of #BAF55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF55D

Black with #BAF55D

Text Example


Text Example

White with #BAF55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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