Html Css Color HEX #BAF15B Conifer

📋 copy color: '#BAF15B'

red 186 ◦ green 241 ◦ blue 91

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

Shades of Conifer #BAF15B

Tints of Conifer #BAF15B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.53%

 BLUE value IS 91 (35.94% from 255) = 17.57%

R = 35.91%
G = 46.53%
B = 17.57%

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

#BAF15B (or 0xBAF15B) is known color: Conifer. HEX triplet: BA, F1 and 5B. RGB value is (186,241,91). Sum of RGB (Red+Green+Blue) = 186+241+91=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF15B is #450EA4. Grayscale: #D0D0D0. Windows color (decimal): -4525733 or 6025658. OLE color: 6025658.

HSL color Cylindrical-coordinate representation of color #BAF15B: hue angle of 82º degrees, saturation: 0.84, 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 #BAF15B is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 91 -
CMYK 0.23 0 0.62 0.05
HSL 82º 0.84% 0.65% -
HSV(B) 82º 0.62% 0.95% -
XYZ 53.59 74.11 21.38 -
YUV 207.46 62.28 112.7 -
System Red Green Blue C M Y K H S L
Decimal 186 241 91 0.23 0 0.62 0.05 82 0.84 0.65
Hex BA F1 5B 17 0 3E 5 52 54 41
Octal 272 361 133 27 0 76 5 122 124 101
Binary 10111010 11110001 1011011 10111 0 111110 101 1010010 1010100 1000001

Color Harmonies of #BAF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF15B

Black with #BAF15B

Text Example


Text Example

White with #BAF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF15B; }

 p { color: rgb(186,241,91); }

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

background-color css

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

 a { background-color: rgb(186,241,91); }

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

border-color css

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

 span { border-color: rgb(186,241,91); }

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