Html Css Color HEX #BAFA5B Conifer

📋 copy color: '#BAFA5B'

red 186 ◦ green 250 ◦ blue 91

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

Shades of Conifer #BAFA5B

Tints of Conifer #BAFA5B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.44%

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

R = 35.29%
G = 47.44%
B = 17.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#BAFA5B (or 0xBAFA5B) is known color: Conifer. HEX triplet: BA, FA and 5B. RGB value is (186,250,91). Sum of RGB (Red+Green+Blue) = 186+250+91=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA5B is #4505A4. Grayscale: #D5D5D5. Windows color (decimal): -4523429 or 6027962. OLE color: 6027962.

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

Color convert

RGB 186 250 91 -
CMYK 0.26 0 0.64 0.02
HSL 84.15º 0.94% 0.67% -
HSV(B) 84.15º 0.64% 0.98% -
XYZ 56.32 79.57 22.29 -
YUV 212.74 59.3 108.93 -
System Red Green Blue C M Y K H S L
Decimal 186 250 91 0.26 0 0.64 0.02 84.15 0.94 0.67
Hex BA FA 5B 1A 0 40 2 54 5E 43
Octal 272 372 133 32 0 100 2 124 136 103
Binary 10111010 11111010 1011011 11010 0 1000000 10 1010100 1011110 1000011

Color Harmonies of #BAFA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA5B

Black with #BAFA5B

Text Example


Text Example

White with #BAFA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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