Html Css Color HEX #BAFD5C Conifer

📋 copy color: '#BAFD5C'

red 186 ◦ green 253 ◦ blue 92

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

Shades of Conifer #BAFD5C

Tints of Conifer #BAFD5C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.65%

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

R = 35.03%
G = 47.65%
B = 17.33%

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

#BAFD5C (or 0xBAFD5C) is known color: Conifer. HEX triplet: BA, FD and 5C. RGB value is (186,253,92). Sum of RGB (Red+Green+Blue) = 186+253+92=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD5C is #4502A3. Grayscale: #D7D7D7. Windows color (decimal): -4522660 or 6094266. OLE color: 6094266.

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

Color convert

RGB 186 253 92 -
CMYK 0.26 0 0.64 0.01
HSL 84.97º 0.98% 0.68% -
HSV(B) 84.97º 0.64% 0.99% -
XYZ 57.31 81.46 22.83 -
YUV 214.61 58.8 107.59 -
System Red Green Blue C M Y K H S L
Decimal 186 253 92 0.26 0 0.64 0.01 84.97 0.98 0.68
Hex BA FD 5C 1A 0 40 1 55 62 44
Octal 272 375 134 32 0 100 1 125 142 104
Binary 10111010 11111101 1011100 11010 0 1000000 1 1010101 1100010 1000100

Color Harmonies of #BAFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD5C

Black with #BAFD5C

Text Example


Text Example

White with #BAFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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