Html Css Color HEX #BAFC5B Conifer

📋 copy color: '#BAFC5B'

red 186 ◦ green 252 ◦ blue 91

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

Shades of Conifer #BAFC5B

Tints of Conifer #BAFC5B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.64%

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

R = 35.16%
G = 47.64%
B = 17.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#BAFC5B (or 0xBAFC5B) is known color: Conifer. HEX triplet: BA, FC and 5B. RGB value is (186,252,91). Sum of RGB (Red+Green+Blue) = 186+252+91=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC5B is #4503A4. Grayscale: #D6D6D6. Windows color (decimal): -4522917 or 6028474. OLE color: 6028474.

HSL color Cylindrical-coordinate representation of color #BAFC5B: hue angle of 84.6º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAFC5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 91 -
CMYK 0.26 0 0.64 0.01
HSL 84.6º 0.96% 0.67% -
HSV(B) 84.6º 0.64% 0.99% -
XYZ 56.95 80.82 22.49 -
YUV 213.91 58.63 108.09 -
System Red Green Blue C M Y K H S L
Decimal 186 252 91 0.26 0 0.64 0.01 84.6 0.96 0.67
Hex BA FC 5B 1A 0 40 1 55 60 43
Octal 272 374 133 32 0 100 1 125 140 103
Binary 10111010 11111100 1011011 11010 0 1000000 1 1010101 1100000 1000011

Color Harmonies of #BAFC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC5B

Black with #BAFC5B

Text Example


Text Example

White with #BAFC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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