Html Css Color HEX #BAF25C Conifer

📋 copy color: '#BAF25C'

red 186 ◦ green 242 ◦ blue 92

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

Shades of Conifer #BAF25C

Tints of Conifer #BAF25C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

 BLUE value IS 92 (36.33% from 255) = 17.69%

R = 35.77%
G = 46.54%
B = 17.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BAF25C (or 0xBAF25C) is known color: Conifer. HEX triplet: BA, F2 and 5C. RGB value is (186,242,92). Sum of RGB (Red+Green+Blue) = 186+242+92=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF25C is #450DA3. Grayscale: #D0D0D0. Windows color (decimal): -4525476 or 6091450. OLE color: 6091450.

HSL color Cylindrical-coordinate representation of color #BAF25C: hue angle of 82.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF25C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 92 -
CMYK 0.23 0 0.62 0.05
HSL 82.4º 0.85% 0.65% -
HSV(B) 82.4º 0.62% 0.95% -
XYZ 53.93 74.72 21.7 -
YUV 208.16 62.45 112.2 -
System Red Green Blue C M Y K H S L
Decimal 186 242 92 0.23 0 0.62 0.05 82.4 0.85 0.65
Hex BA F2 5C 17 0 3E 5 52 55 41
Octal 272 362 134 27 0 76 5 122 125 101
Binary 10111010 11110010 1011100 10111 0 111110 101 1010010 1010101 1000001

Color Harmonies of #BAF25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF25C

Black with #BAF25C

Text Example


Text Example

White with #BAF25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF25C; }

 p { color: rgb(186,242,92); }

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

background-color css

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

 a { background-color: rgb(186,242,92); }

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

border-color css

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

 span { border-color: rgb(186,242,92); }

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